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

❮ แท็ก HTML <blockquote>

ตัวอย่าง

ส่วนที่ยกมาจากแหล่งอื่น:

<blockquote cite="http://www.worldwildlife.org/who/index.html">
For 50 years, WWF has been protecting the future of nature. The world's leading conservation organization, WWF works in 100 countries and is supported by 1.2 million members in the United States and close to 5 million globally. WWF's unique way of working combines global reach with a foundation in science, involves action at every level from local to global, and ensures the delivery of innovative solutions that meet the needs of both people and nature.
</blockquote>

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

แอตทริบิวต์citeระบุแหล่งที่มาของใบเสนอราคา

เคล็ดลับ:คุณควรเพิ่มแหล่งที่มาของใบเสนอราคาเสมอ หากมี


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

Attribute
cite Yes Yes Yes Yes Yes

คุณลักษณะciteนี้ไม่ได้แสดงผลเป็นพิเศษในเบราว์เซอร์หลักใดๆ แต่เครื่องมือค้นหาสามารถใช้เพื่อรับข้อมูลเพิ่มเติมเกี่ยวกับใบเสนอราคาได้


ไวยากรณ์

<blockquote cite="URL">

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

Value Description
URL The source of the quotation.

Possible values:

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

❮ แท็ก HTML <blockquote>