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

❮ แท็ก HTML <link>

ตัวอย่าง

ลิงก์ไปยังสไตล์ชีตภายนอก:

<link rel="stylesheet" href="styles.css">

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

แอตทริบิวต์hrefระบุตำแหน่ง (URL) ของทรัพยากรภายนอก (ส่วนใหญ่มักจะเป็นไฟล์สไตล์ชีต)


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

Attribute
href Yes Yes Yes Yes Yes

ไวยากรณ์

<link href="URL">

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

Value Description
URL The URL of the linked resource/document.

Possible values:

  • An absolute URL - points to another web site (like href="http://www.example.com/theme.css")
  • A relative URL - points to a file within a web site (like href="/themes/theme.css")

❮ แท็ก HTML <link>