Iframe Tag in HTML


The HTML <iframe> tag defines an inline frame, which is used to embed another HTML document within the current HTML document. 
This creates a nested browsing context, allowing a web page to display content from another source directly within its layout. 

Function of Iframe Tag:

  • embed own website
  • embed another website
  • embed youtube video
  • embed loction on a website 

Post a Comment

0 Comments