Example
An inline frame is marked up as follows:
<iframe src="http://www.Daddyfile.com"></iframe>
Definition and Usage
The <iframe> tag specifies an inline frame.
An inline frame is used to embed another document within the current HTML document.
Tips and Notes
Tip: To deal with browsers that do not support <iframe>, add a text between the opening <iframe> tag and the closing </iframe> tag.
Tip: Use CSS to style the <iframe> (even to include scrollbars).
Differences Between HTML 4.01 and HTML5
HTML5 has added some new attributes, and several HTML 4.01 attributes are removed from HTML5.
Post a Comment