Close quote html gmail

You're looking for the HTML code to close a quote in Gmail!

The HTML code to close a quote is </blockquote>.

Here's an example:

<blockquote>...your text here...</blockquote>

This code will close the quote block and return to normal text formatting.

Note: You can also use </q> to close a single quote, but </blockquote> is more commonly used for block quotes.