Answers for "q tag in html"

1

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>
Posted by: Guest on September-10-2020
1

html q tag

<p>I'm not in quotes! <q>I'm in quotes!</q></p>
Posted by: Guest on September-30-2020

Browse Popular Code Answers by Language