+ 6
The <frameset> tag is not supported in HTML5. WHY ??
7 Respuestas
+ 2
Unfortunately, The reason for this is HTML5 abides one of the main rule of making websites:
1 Document per page.
+ 2
How to know code of support html5 or not support html5?
+ 1
because html5 has a simpler and more elegant version: iframe.
+ 1
Thinks
@visph
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) ^^
- 2
frameset is replaced by iframe
iframe is easy to use