Horje
What is HTML Iframes

An HTML iframe is used to display a web page within a web page.


Full Example of HTML Iframes

The HTML <iframe> tag specifies an inline frame. An inline frame is used to embed another document within the current HTML document.
index.html
Example: HTML
 <iframe src="https://itupto.com" title="description"></iframe> 

Output should be:

Full Example of HTML Iframes

Tip: It is a good practice to always include a title attribute for the <iframe>. This is used by screen readers to read out what the content of the iframe is.





Related Articles
What is HTML Iframes HTML Iframes
How to set Iframe Height and Width HTML Iframes
How to remove Iframe Border HTML Iframes
How to create HTML Iframe - Target for a Link HTML Iframes

Single Articles
Full Example of HTML IframesHTML Iframes

Read Full:
HTML Iframes
Category:
Web Tutorial
Sub Category:
HTML Iframes
Uploaded:
1 year ago
Uploaded by:
Admin
Views:
91


Reffered: https://www.w3schools.com/html/tryit.asp?filename=tryhtml_iframe_height_width

Share on: