iframe tag in html

The <iframe> tag specifies an inline frame.
An inline frame is used to embed another document within the current HTML document.



<!DOCTYPE html>
<html>
<body>

<iframe src="https://technisias.blogspot.com/">
  <p>Your browser does not support iframes.</p>
</iframe>

</body>
</html>


Output:

Comments

  1. Nice articel, This article help me very well. Thank you. Also please check my article on my site Know All About Auto Adjust HTML IFrame Height According To Its Page Contents Height Using JavaScript.

    ReplyDelete

Post a Comment

Popular posts from this blog

Headings In HTML

Introduction and Format of HTML

Font Tag