In Association with Amazon.in   Flipkart

Saturday, December 1, 2012

HTML Inline Frame: ( Iframe Tag )

HTML Inline Frame: ( Iframe Tag )
We can design a frame in body with using inline frame.

Example
<html>
        <head>    
        </head>
        <body>
                <p>This is a Paragraph</p>
                <ol>
                        <li> Oracle </li>
                        <li> Informix </li>
                </ol>
                <iframe src="a.html" width=200 height=50>  </iframe>
        </body>
</html>

No comments:

Post a Comment


Related Posts Plugin for WordPress, Blogger...