HTML <embed> src- kenmerk

❮ HTML <embed>-tag

Voorbeeld

Een ingebedde afbeelding:

<embed src="pic_trulli.jpg">

Definitie en gebruik

Het srcattribuut specificeert het adres van het externe bestand dat moet worden ingesloten.


Browserondersteuning

Attribute
src Yes Yes Yes Yes Yes

Syntaxis

<embed src="URL">

Attribuutwaarden

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