HTML <embed> src Attribute
HTML <embed> tag
Browser Support

The src attribute is supported in all major browsers.
Definition and Usage
The src attribute specifies the address of the external file to embed.
Differences Between HTML 4.01 and HTML5
The <embed> tag is new in HTML5.
Syntax
Attribute Values
| Value |
Description |
| URL |
Specifies the address of the external file to embed. Possible values:
- An absolute URL - points to another web site (like href="http://www.example.com/hello.swf")
- A relative URL - points to a file within a web site (like href="hello.swf")
|
HTML <embed> tag
Thank You For Helping Us!
Your message has been sent to W3Schools.
Close [X]