![]() |
VOOZH | about |
The HTML <iframe> src attribute is used to specify the URL of the document that are embedded to the <iframe> element.
Syntax:
<iframe src="URL">Attribute Values: It contains single value URL which specifies the URL of the document that is embedded to the iframe. There are two types of URL link which are listed below:
Below example illustrates the <iframe> src attribute in HTML: