Horje

Iframe

An HTML iframe is used to display a web page within a web page.
index.html
Example: HTML
<!DOCTYPE html>
<html>
<body>

<h2>HTML Iframes</h2>
<p>You can use the height and width attributes to specify the size of the iframe:</p>

<iframe src="https://horje.com/learn/565/how-to-set-html-object-element" height="200" width="300" title="Iframe Example"></iframe>

</body>
</html>

Output should be:

Iframe



Single Articles
Method-1: Alternative of Iframe (<object>)HTML Link Tutorial
Method-2: Alternative of Iframe in HTML 5 (<embed>)HTML Link Tutorial
Method-3: Alternative of Iframe (PHP File Contents)HTML Link Tutorial
Method-4: Alternative of Iframe (PHP File Contents)HTML Link Tutorial
IframeHTML Link Tutorial


Related Articles
What is alternative of Iframe HTML Link Tutorial
How to point Mouse on HTML Text HTML Link Tutorial
How to make a link text short with screen fit HTML Link Tutorial

Type:
Html
Category:
Web Tutorial
Sub Category:
HTML Link Tutorial
Uploaded by:
Admin