Log in

View Full Version : Frames in HTML 5



binujohnp
01-25-2012, 09:13 AM
I want to divide the window into 3 sections. How to create frames in HTML 5?

jscheuer1
01-25-2012, 11:58 AM
Neither the frameset nor the frame tag are valid in HTML 5, at least not according to:

http://www.w3schools.com/html5/html5_reference.asp

So you're either going to have to use iframes or something else. If the content has to come from different pages, that would be AJAX or server side code.