HTML iframe

Valid values for id attribute

The iframe is used to include external html pages or other html pages inside another html page.

iframe format:

<iframe width="400" height="300" src="http://example.com/"></iframe>

There are different types of attributes i.e. width, height, name, src, srcdoc, seamless etc.

One thought on “HTML iframe”

Leave a Reply

Your email address will not be published. Required fields are marked *