سمة HTML <embed> src

❮ علامة HTML <embed>

مثال

صورة مضمنة:

<embed src="pic_trulli.jpg">

التعريف والاستخدام

تحدد السمة srcعنوان الملف الخارجي المراد تضمينه.


دعم المتصفح

Attribute
src Yes Yes Yes Yes Yes

بناء الجملة

<embed src="URL">

قيم السمات

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>