Q Tag dans HTML
The <q> tag is a standard quotation tag and used for short quotation. It is
non-self closing tag.
Forexample: <q>NEVER GIVE UP</q>
FIRE IN CODING
The <q> tag is a standard quotation tag and used for short quotation. It is
non-self closing tag.
Forexample: <q>NEVER GIVE UP</q>
<p>I'm not in quotes! <q>I'm in quotes!</q></p>