q tag in html mean code example
Example 1: html q tag
<p>I'm not in quotes! <q>I'm in quotes!</q></p>
Example 2: q tag in 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>