HTML <embed> kaynak Özelliği

❮ HTML <embed> etiketi

Örnek

Gömülü bir resim:

<embed src="pic_trulli.jpg">

Tanım ve Kullanım

Öznitelik , srcgömülecek harici dosyanın adresini belirtir.


Tarayıcı Desteği

Attribute
src Yes Yes Yes Yes Yes

Sözdizimi

<embed src="URL">

Özellik Değerleri

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> etiketi