HTML5

iframe element

Joost van Meeteren


Links

W3C - HTML <iframe> Tag.


Examples

<iframe>

URL (style="border: 2px solid #000000; height: 111px; width: 151px")

JPG (style="border: 2px solid #000000; height: 111px; width: 151px")


Source code

<iframe>


<iframe> example 1 in HTML5:

<iframe style="border: 2px solid #000000; height: 111px; width: 151px" src="http://www.w3schools.com">
<p>Your browser does not support iframes.</p>
</iframe>


<iframe> example 2 in HTML5:

<iframe style="border: 2px solid #000000; height: 111px; width: 151px" src="http://www.w3schools.com/html/pic_mountain.jpg">
<p>Your browser does not support iframes.</p>
</iframe>


Joost van Meeteren Websites
2002-2024 © Joost van Meeteren, Bennekom NL
Laatste update website: vrijdag 19 april 2024