0
does iframe tag supported in html 5 ?
5 Réponses
0
what is the difference between frame and iframe tag?
+ 1
Ahmed Adel hi,
When you have doubts about what is supported, you can use "W3validator" site and check directly importing either your html (or CSS) file or directly by copy/paste your code, and they will give you a report with warnings and errors .
Also you can use "caniuse" site to check if browsers support or not elements you're using.
https://validator.w3.org/
https://caniuse.com/
+ 1
I didn't know frame tag was existing🙂.It seems it was a html4 version tag, not supported anymore and replaced by iframe.
https://www.w3schools.com/tags/tag_frame.asp
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/frame