Answers for "how to make a q&a on 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

Browse Popular Code Answers by Language