'iframe' identifies a frame that can be placed anywhere inside a document : iframe : Frame Tags HTML CSS TUTORIALS


HTML CSS TUTORIALS » Frame Tags » iframe »

 

'iframe' identifies a frame that can be placed anywhere inside a document



    
<html>
<head>
<title>iframe element example</title>
</head>
<body>
    <p align="center">
    <iframe id="myIframe" 
            frameborder="1" 
            scrolling="yes"
            src="http://www.navioo.com" width="600" height="400">
    </iframe>
    </p>
<br><br><br>
    <p align="center">
    <iframe id="myIframe" 
            frameborder="10" 
            scrolling="yes"
            src="http://www.navioo.com" width="600" height="400">
    </iframe>
    </p>

</body>
</html>
    
      
      



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo Frame Tags
» iframe