ข้อมูลอ้างอิงHTML

HTML โดยตัวอักษร HTML ตามหมวดหมู่ รองรับ HTML Browser แอตทริบิวต์ HTML HTML Global Attributes เหตุการณ์ HTML HTML สี HTML Canvas HTML เสียง/วิดีโอ ชุดอักขระ HTML HTML Doctypes การเข้ารหัส URL HTML รหัสภาษา HTML รหัสประเทศ HTML ข้อความ HTTP วิธี HTTP ตัวแปลง PX เป็น EM แป้นพิมพ์ลัด


HTML <embed> srcแอตทริบิวต์

❮ แท็ก HTML <ฝัง>

ตัวอย่าง

รูปภาพที่ฝัง:

<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 <ฝัง>