0 votes
in HTML by (30.8k points)
What is the use of an iframe tag?

1 Answer

0 votes
by (23.1k points)
An iframe is used to display a web page within a web page.

Syntax:

<iframe src="URL"></iframe>  

Example:

<iframe src="demo_iframe.html" width="200px" height="200px"></iframe>  

Target to a link:

<iframe src="http://www.javatpoint.com" name="iframe_a"></iframe>
Click here to read more about HTML
Click here to read more about Insurance

Related questions

0 votes
0 votes
0 votes
asked Oct 24, 2019 in HTML by SakshiSharma (30.8k points)
0 votes
0 votes
asked Jan 29, 2021 in HTML by rajeshsharma (23.1k points)
...