Atributo HTML <incrustado> src

❮ Etiqueta HTML <incrustar>

Ejemplo

Una imagen incrustada:

<embed src="pic_trulli.jpg">

Definición y uso

El srcatributo especifica la dirección del archivo externo para incrustar.


Compatibilidad con navegador

Attribute
src Yes Yes Yes Yes Yes

Sintaxis

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

❮ Etiqueta HTML <incrustar>