HTML I-Frame Tag

It returns a in line frame within the body tag I can open a web page with in body.
<html>
    <head>
                <title> First Page</title>
    </head>
    <body>
                                <iframe id='a' name='a' class='a' style='' height='300px' width='500px' src='list.html' frameborder='no' scrolling='no'></iframe><br>
                                <a href='video.html' target='a'>Video</a>
                                <a href='images.html' target='a'>Images</a>
                                <a href='audio.html' target='a'>Audio</a>
    </body>

</html>

No comments:

Post a Comment