What is the use of iframe? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is the use of iframe?

I don't really understand what's the use of iframe.. Can anyone teach me?

27th Sep 2017, 9:44 AM
Blugon
Blugon - avatar
2 Answers
+ 2
You can define an inline frame with HTML tag <iframe>. The <iframe> tag is not somehow related to <frameset> tag, instead, it can appear anywhere in your document. The <iframe> tag defines a rectangular region within the document in which the browser can display a separate document, including scrollbars and borders. An inline frame is used to embed another document within the current HTML document.
27th Sep 2017, 11:10 AM
jerom ronny
jerom ronny - avatar
0
Can you give a few examples?
27th Sep 2017, 2:28 PM
Blugon
Blugon - avatar