HTML Quotation is an element used to indicate quoted text within a document.
<p>Here is a quote from Lorem Ipsum</p>
<blockquote cite ="https://www.lipsum.com/">Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</blockquote>
Try It »
The text will be show between quotation mark. e.g"Quote Text"
<p> The basic goal of the Cascading Stylesheet (CSS) language is to <q>allow a browser engine to paint elements of the page with specific features, like colors, positioning, or decorations.</q></p>
Try It »
The text under address quote will be in italic font.
<address>
Charle Babage<br>
HTML World,<br>
Newyork, USA,<br>
www.abc.com<br>
9876543210
Try It »