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

HTML
อ้างอิงแอตทริบิวต์


แอตทริบิวต์ cite ขององค์ประกอบ

ใช้เพื่อกำหนดแหล่งที่มาของใบเสนอราคา

ต่อไปนี้เป็นไวยากรณ์ -

<blockquote cite="url">

ด้านบน url เป็นแหล่งที่มาของใบเสนอราคา เรามาดูตัวอย่างการใช้แอตทริบิวต์อ้างอิงขององค์ประกอบ

-

ตัวอย่าง

<!DOCTYPE html>
<html>
<body>
<h2>Magento</h2>
<p>Magento as stated on the official website:</p>
<blockquote cite="https://magento.com/products">
   Magento Commerce, part of Adobe Commerce Cloud, offers a one-of-a-kind eCommerce solution with enterprise power,
      unlimited scalability, and open-source flexibility for B2C and B2B experiences.
   Magento allows you to create unique, full-lifecycle customer experiences proven to generate more sales.
</blockquote>
</body>
</html>

ผลลัพธ์

HTML  blockquote  อ้างอิงแอตทริบิวต์

ในตัวอย่างข้างต้น เราได้ตั้งค่าใบเสนอราคาโดยใช้ข้อความ

<blockquote cite="https://magento.com/products">
   Magento Commerce, part of Adobe Commerce Cloud, offers a one-of-a-kind eCommerce solution with enterprise power,
      unlimited scalability, and open-source flexibility for B2C and B2B experiences.
   Magento allows you to create unique, full-lifecycle customer experiences proven to generate more sales.
</blockquote>

แหล่งที่มาของใบเสนอราคาถูกกำหนดโดยใช้แอตทริบิวต์อ้างอิง -

cite="https://magento.com/products"