Thuộc tính HTML <embed> src

❮ Thẻ HTML <embed>

Thí dụ

Một hình ảnh nhúng:

<embed src="pic_trulli.jpg">

Định nghĩa và Cách sử dụng

Thuộc srctính chỉ định địa chỉ của tệp bên ngoài để nhúng.


Hỗ trợ trình duyệt

Attribute
src Yes Yes Yes Yes Yes

Cú pháp

<embed src="URL">

Giá trị thuộc tính

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

❮ Thẻ HTML <embed>