The <q>
element is an "inline version" of the more well-known <blockquote>
. Interestingly, the browser will add quotes around it, so that Devs say <q>HTML is hard</q>
gets rendered as Devs say “HTML is hard”
.
The <q>
element is an "inline version" of the more well-known <blockquote>
. Interestingly, the browser will add quotes around it, so that Devs say <q>HTML is hard</q>
gets rendered as Devs say “HTML is hard”
.
Copyright 2019 · All rights reserved