Horje
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.





Category:
Web Tutorial
Sub Category:
HTML Iframes
Uploaded by:
Admin


Read Article
https://horje.com/learn/1434/reference