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 |
Syntax
<embed src="URL">
Attribute Values
Value | Description |
---|---|
URL | Specifies the address of the external file to embed. Possible values:
|
❮ HTML <embed> tag