Saturday 26 February 2022

HTML document for Frame Tag

FRAME TAG

Code :

<!doctype html>

<html>

    <head>

       <title>iframe tag</title>

    </head>

    <body>

       <h1>iframe in HTML :</h1>

       <p>An HTML Frame is a window like content, we can add an Frame to our website using the &#60iframe&#62 tag instead of &#60body&#62 tag.

       </p>

       <p><b>Syntax :</b></p>

       <p>&#60iframe src = &#34Website URL&#34 ...attributes... /&#62

       <p><b>Example :</b></p>

       <iframe style="border: 4px inset grey; border-radius: 10px 0px 10px 0px;" src="https://icodebuzz.blogspot.com" width="80%" height="200px" />

    </body>

</html>

Web View :

Come again Learn again !

« iCodeBuzz »


No comments:

Post a Comment