what is the function about <iframe> element? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

what is the function about <iframe> element?

26th Feb 2017, 2:19 PM
Undead_0
Undead_0 - avatar
3 Answers
+ 3
<iframe> is a container to handle complete nested html document, usualy remotly, but not always... You can dinamically write inside also ;)
26th Feb 2017, 5:43 PM
visph
visph - avatar
+ 1
<iframe> is to display remote content on your webpage. Like here: <iframe src="https://www.yahoo.com"> <p>Your browser does not support iframes.</p> </iframe>
26th Feb 2017, 2:30 PM
Thomas Zenglein
Thomas Zenglein - avatar
+ 1
thank's for helping me.
26th Feb 2017, 2:51 PM
Undead_0
Undead_0 - avatar