+ 1
Where we use <iframe> tag ?
please someone explain to me !
3 Answers
+ 7
https://www.sololearn.com/discuss/379053/?ref=app
An IFrame (Inline Frame) is an HTML document embedded inside another HTML document on a website. The IFrame HTML element is often used to insert content from another source, such as an advertisement, into a Web page.
For example, src = "/html/top_frame.htm" will load an HTML file available in html directory. This attribute allows you to give a name to a frame. It is used to indicate which frame a document should be loaded into.
https://www.tutorialspoint.com/html/html_iframes.htm
+ 1
Hi Yasser
One of the most popular uses of iFrame is to embed Google Maps into your website, and have it point to your location
you can generate a URL from google maps specifically for this
+ 1
tnx