Answers for "qoute tag html"

0

how can i make a quote element in html

<p>Anything you'd like to mention goes here: <blockquote>"Insert actual quote here."</blockquote> - Mr. Name</p>
Posted by: Guest on March-16-2020
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