HTML <iframe> src Attribute
Definition and Usage
The src
attribute specifies the address of the document to embed in
an iframe.
Browser Support
Attribute | |||||
---|---|---|---|---|---|
src | Yes | Yes | Yes | Yes | Yes |
Syntax
<iframe src="URL">
Attribute Values
Value | Description |
---|---|
URL | Specifies the URL of the document to embed in the iframe. Possible values:
|
❮ HTML <iframe> tag