Attributo HTML <embed> src

❮ Tag HTML <embed>

Esempio

Un'immagine incorporata:

<embed src="pic_trulli.jpg">

Definizione e utilizzo

L' srcattributo specifica l'indirizzo del file esterno da incorporare.


Supporto browser

Attribute
src Yes Yes Yes Yes Yes

Sintassi

<embed src="URL">

Valori di attributo

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")

❮ Tag HTML <embed>