Which of the following tags are not used for a quote in HTML (You will have to google this) code example
Example 1: 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>
Example 2: how to add quote in html
<p>Anything you'd like to mention goes here: <blockquote>"Insert actual quote here."</blockquote> - Mr. Name</p>