Why <iframe> isn't supported in html5? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Why <iframe> isn't supported in html5?

I was thinking in make a book inside my page... but what should i use to change the page's? often i use <iframe> .

2nd Apr 2018, 3:56 PM
Anderson Schwartz
Anderson Schwartz - avatar
1 Answer
+ 5
It is not supported by the W3C HTML5 specification. Specifies that Document objects in the <iframe> element's browsing context are to be allowed to use requestFullscreen() (if it's not blocked for other reasons, e.g. there is another ancestor <iframe> without this attribute set). https://www.quackit.com/html_5/tags/html_iframe_tag.cfm https://www.w3schools.com/tags/tag_iframe.asp
2nd Apr 2018, 4:11 PM
Scooby
Scooby - avatar