HTML <iframe> src Attribute
Definition and Usage
The src attribute specifies the address of the document to embed in the <iframe>.
Browser Support
| Attribute | |||||
|---|---|---|---|---|---|
| src | Yes | Yes | Yes | Yes | Yes | 
Differences Between HTML 4.01 and HTML5
NONE.
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

