Computer >> คอมพิวเตอร์ >  >> การเขียนโปรแกรม >> HTML

HTML แท็ก


แท็ก q ใน HTML ใช้เพื่อระบุใบเสนอราคาแบบสั้น เครื่องหมายคำพูดถูกแทรกรอบๆ ข้อความที่ตั้งอยู่ภายในแท็ก q เช่น ใบเสนอราคา

ต่อไปนี้เป็นแอตทริบิวต์ −

  • อ้างอิง :กำหนด URL ต้นทางของใบเสนอราคา

เรามาดูตัวอย่างการใช้แท็ก

ตัวอย่าง

<!DOCTYPE html>
<html>
<body>
<h2>Thoughts</h2>
   <p>Warren Buffett quoted,
   <q>It's better to hang out with people better than you. Pick out associates whose behavior is
   better than yours and you'll drift in that direction. </q></p>
   <p>Bill Gates quoted,
   <q>Your most unhappy customers are your greatest source of learning.</q></p>
</body>
</html>

ผลลัพธ์

HTML  q  แท็ก

ในตัวอย่างข้างต้น เราได้กำหนดราคาบางส่วนโดยใช้แท็ก ใน HTML −

<p>Warren Buffett quoted,
<q>It's better to hang out with people better than you. Pick out associates whose behavior is better than yours and you'll drift in that direction. </q>

ดังที่คุณเห็นด้านบน เราได้ตั้งค่าใบเสนอราคาโดยใช้แท็ก ผลลัพธ์จะแสดงแท็ก เพิ่มใบเสนอราคาสั้น ๆ รอบเครื่องหมายคำพูดโดยอัตโนมัติ