What is the use of iframe in html can you explain it in simple terms thank you | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is the use of iframe in html can you explain it in simple terms thank you

how to use iframe properly in html

8th Jul 2022, 3:56 PM
Kuro Chi
Kuro Chi - avatar
4 Answers
+ 6
An iframe tag is used to display a web page within a web page. You can create web page like this 👇 which contains another web page _____________________ | | | Web page | | ________ | | | [iframe] | | | | | | | | Web | | | | Page | | | |________ | | | | | | |_____________________| Example code : <iframe src="https://www.sololearn.com"> </iframe> This will add sololearn's web page in your web page 💠 iframe tag creates inline frame 💠 In simple terms ➡️ Iframe is used to embed/add another document/web page within the current HTML document.
9th Jul 2022, 3:09 AM
Sujal
Sujal - avatar
+ 4
It is used to embed another site in your site
8th Jul 2022, 4:12 PM
praneetha
praneetha - avatar
+ 3
Imagine wanting to put a particular page or detail from another site to your site, say a video or something, that’s what you use an iframe for. 🥂
8th Jul 2022, 4:22 PM
Igho Terry
Igho Terry - avatar
+ 3
it is used to add external links with preview in you webpage or to run the links
9th Jul 2022, 11:42 AM
Saddam Hussain
Saddam Hussain - avatar