HTML <embed> src Attribute
Definition and Usage
The src attribute specifies the address of the external file to embed.
Browser Support
| Attribute | |||||
|---|---|---|---|---|---|
| src | Yes | Yes | Yes | Yes | Yes | 
Differences Between HTML 4.01 and HTML5
The <embed> tag is new in HTML5.
Syntax
    <embed src="URL">
Attribute Values
| Value | Description | 
|---|---|
| URL | Specifies the address of the external file to embed. Possible values: 
  | 
    
❮ HTML <embed> tag

