To insert long quote use <blockquote> tag on your HTML page.
Syntax:
<blockquote>
// content
</blockquote>
Using this <blockquote> tag we can insert a long quotation on an HTML page. <blockquote> tag has also its corresponding </blockquote> tag.
Refer to the video to understand clearly: