Article Categories
- All Categories
-
Data Structure
-
Networking
-
RDBMS
-
Operating System
-
Java
-
MS Excel
-
iOS
-
HTML
-
CSS
-
Android
-
Python
-
C Programming
-
C++
-
C#
-
MongoDB
-
MySQL
-
Javascript
-
PHP
Selected Reading
HTML <blockquote> cite Attribute
The cite attribute of the
element is used to set the source of a quotation.Following is the syntax ?
Above, url is the source of the quotation. Let us now see an example to implement the cite attribute of the
element ?Example
Magento
Magento as stated on the official website:
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.Output
In the above example, we have set a quote using the
text ?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.The source of the quotation is set using the cite attribute ?
cite="https://magento.com/products"
Advertisements

