BEST SITE FOR WEB DEVELOPERS
HTML5. W3Schools in English. The complete tag guide

Ua Es De Fr

HTML <embed> src Attribute


Example

An embedded picture:

<embed src="pic_trulli.jpg">
Try it Yourself »

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 Specify the address of the external file to embed.

Possible values:

  • An absolute URL — points to another website (like href="https://www.example.com/hello.swf")
  • A relative URL — points to a file within a website (like href="hello.swf")