แท็ก
ใช้สำหรับระบุใบเสนอราคาแบบยาว ควรมีเฉพาะองค์ประกอบระดับบล็อกเท่านั้น ไม่ใช่แค่ข้อความธรรมดา ระบุส่วนที่อ้างอิงจากแหล่งอื่นและมีเฉพาะองค์ประกอบระดับบล็อกเท่านั้นแท็ก
ยังมีแอตทริบิวต์ cite ซึ่งใช้เพื่อระบุแหล่งที่มาของใบเสนอราคาที่คุณกล่าวถึงในเอกสาร HTML
ตัวอย่าง
คุณสามารถลองเรียกใช้โค้ดต่อไปนี้เพื่อเรียนรู้วิธีใช้ blockquote ใน HTML
<!DOCTYPE html> <html> <head> <title>HTML blockquote tag</title> </head> <body> <h1>Drupal</h1> <p>Here is a quotation from Drupal’s official website</p> <blockquote cite="https://drupal.org">The Drupal project is open source software. Anyone can download, use, work on, and share it with others. It's built on principles like collaboration, globalism, and innovation.</blockquote> </body> </html>ผลลัพธ์