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


Iframe - Set Height and Width

Use the height and width attributes to specify the size of the iframe.

dibawah ini contoh penggunaan tinggi 300px dan lebar 600px

Iframe - Remove the Border

By default, an iframe has a border around it. To remove the border, add the style attribute and use the CSS border property:

Iframe - Target for a Link

An iframe can be used as the target frame for a link. The target attribute of the link must refer to the name attribute of the iframe:

Siex Progress

When the target attribute of a link matches the name of an iframe, the link will open in the iframe.