Easy Tutorial
❮ Att Col Span Att Label For ❯

HTML <embed> src Attribute

HTML <embed> Tag

Example

An embedded flash animation:


Browser Support

All major browsers support the src attribute.


Definition and Usage

The src attribute specifies the address of the external file to be embedded.


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 be embedded. Possible values: Absolute URL - points to another website (e.g., href="http://www.example.com/hello.swf")<br>Relative URL - points to a file within the website (e.g., href="hello.swf")

❮ Att Col Span Att Label For ❯