Artboard 2

Build the internet on DigitalOcean with ☁️ Servers, Managed DBs, K8s. 💰 Start free with a $100 credit.

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>
quotations-short Devhoot

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>
blockquote Devhoot

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>
abbreviation Devhoot

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>
address Devhoot

Work Title cite

<cite> element is used to specify title of a work.

<p><cite>DevHoot</cite> by Imran Khan.</p>
cite Devhoot