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 <iframe> tag instead of <body> tag.
</p>
<p><b>Syntax :</b></p>
<p><iframe src = "Website URL" ...attributes... />
<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