Iframe Html5 Example - Html

Give example for iframe html5?

Snippet Code


  
Rate this page :
  [ 0 votes]

Iframe is known as inline frame. Iframe is used to display a webpage within a webpage. HTML 5 doesnot support attributes such as frameborder,scrolling, marginwidth, and marginheight which were supported only in HTML 4.01.

<iframe src="https://www.hscripts.com" width="500" height="450"></iframe>

Tags


Ask Questions

Ask Question