Atributo HTML <embed> src

❮ Tag HTML <embed>

Exemplo

Uma imagem incorporada:

<embed src="pic_trulli.jpg">

Definição e uso

O srcatributo especifica o endereço do arquivo externo a ser incorporado.


Suporte ao navegador

Attribute
src Yes Yes Yes Yes Yes

Sintaxe

<embed src="URL">

Valores de atributo

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>