ข้อมูลอ้างอิง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 <iframe> srcแอตทริบิวต์

❮ แท็ก HTML <iframe>

ตัวอย่าง

<iframe> ในการใช้งานที่ง่ายที่สุด:

<iframe src="/default.asp"></iframe>

ความหมายและการใช้งาน

แอตทริบิวต์srcระบุที่อยู่ของเอกสารที่จะฝังใน iframe


รองรับเบราว์เซอร์

Attribute
src Yes Yes Yes Yes Yes

ไวยากรณ์

<iframe src="URL">

ค่าแอตทริบิวต์

Value Description
URL Specifies the URL of the document to embed in the iframe.

Possible values:

  • An absolute URL - points to another web site (like src="http://www.example.com/default.htm")
  • A relative URL - points to a file within a web site (like src="default.htm")

❮ แท็ก HTML <iframe>