Latest web development tutorials

HTML embed src attribute

HTML embed tag Reference Manual HTML <embed> tag

Examples

An embedded flash animation:

<embed src="helloworld.swf">

try it"

Browser Support

Internet ExplorerFirefoxOperaGoogle ChromeSafari

All major browsers support the src attribute.


Definition and Usage

Src attribute specifies the address you want to embed external files.


Differences between HTML 4.01 and HTML5

<Embed> tag is new in HTML5 tags.


grammar

<embed src="URL">

Property Value

描述
URL 规定要嵌入的外部文件的地址。

可能的值:

  • 绝对 URL - 指向另一个网站(比如 href="http://www.example.com/hello.swf")
  • 相对 URL - 指向网站内的一个文件(比如 href="hello.swf")


HTML embed tag Reference Manual HTML <embed> tag