1 min to read
Quotations
Browsers display short quotations by wrapping them in quotes.
q for shorter quotations
Short quotations are defined by <q>.
Browsers display short quotations by wrapping them in quotes.
<p>Devhoot is where: <q>you can build a future by learning new skills.</q></p>
blockquote for quotations
blockquote quotations define quotes from another source.
Browsers indent <blockquote> elements.
<p>Gandhi Said:</p>
<blockquote cite="https://www.brainyquote.com/quotes/mahatma_gandhi_160715">
When I admire the wonders of a sunset or the beauty of the moon, my soul
expands in the worship of the creator.
</blockquote>
Abbreviations abbr
Abbreviations give useful information to browsers, translation systems & search-engines.
<p>
The
<abbr title="World Wide Web">WWW</abbr>
was created by Tim Berners Lee as a side project.
</p>
Contact Info address
<address> element defines info about author/owner of a doc or an article.
<address>
Author: Imran Khan.<br />
Website:<br />
devhoot.ooo<br />
Earth
</address>
Work Title cite
<cite> element is used to specify title of a work.
<p><cite>DevHoot</cite> by Imran Khan.</p>
Comments