The <frameset> tag is not supported in HTML5. WHY ?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

The <frameset> tag is not supported in HTML5. WHY ??

16th Mar 2018, 10:31 AM
Sachin Verma
Sachin Verma - avatar
7 Answers
+ 2
Unfortunately, The reason for this is HTML5 abides one of the main rule of making websites: 1 Document per page.
16th Mar 2018, 10:46 AM
Zulfikar Ahmad
Zulfikar Ahmad - avatar
+ 2
How to know code of support html5 or not support html5?
17th Mar 2018, 10:41 AM
Sarmad Saad
Sarmad Saad - avatar
+ 1
because html5 has a simpler and more elegant version: iframe.
16th Mar 2018, 10:44 AM
storm
storm - avatar
+ 1
Thinks @visph
17th Mar 2018, 10:46 AM
Sarmad Saad
Sarmad Saad - avatar
0
@storm wrote: << because html5 has a simpler and more elegant version: iframe. >> Html4 (wich was providing the 'frameset' flavor -- meaning there's a specific doctype to use for making frameset, and only frameset as content to build page by nesting different pages inside one) was already providing the <iframe> tag (wich can be used in a 'normal' html page since html4, not new in html5) ^^
16th Mar 2018, 8:01 PM
visph
visph - avatar
- 2
frameset is replaced by iframe iframe is easy to use
18th Mar 2018, 4:52 AM
Sardul Dhyani
Sardul Dhyani - avatar