The Tag <q> defines Short quotation. Closing Tag for quotation is </q>.
<p>Shakespeare says <q>There is nothing good or bad but thinking makes it so.</q></p>
Browser insert quotation mark around <q> tag.
Shakespeare says There is nothing good or bad but thinking makes it so.
It defines Quotation that is quoted from another source.
<p>Quote from website:</p>
<blockquote cite="https://www.brainyquote.com/authors/william_shakespeare">
There is nothing good or bad but thinking makes it so.</blockquote>
The Tag <abbr> defines abbreviation. Closing Tag is </abbr>.
<p>The <abbr title="World Wide Web">WWW</abbr> is combination of
all resources and users on the Internet that are using the Hypertext Transfer Protocol.</p>
When we place cursor on this tool tip give detail.
The WWW is combination of all resources and users on the Internet that are using the Hypertext Transfer Protocol.
The Tag <address> defines Address. Closing Tag is </address>.
<address>Village ABC<br>Street 123<br>country XYZ</address>
NOTE: Browser often add Line break before and after.
The Tag <bdo> defines Bidirectional text. Closing Tag is </bdo>.
<bdo dir="rtl">right to left.</bdo>
NOTE: Default direction is left to right.