This article mainly introduces the definition and use of the HTML blockquote tag, as well as the reference to the HTML blockquote tag and the P tag, so let's take a look at this article.
First, let's look at the definition of the HTML blockquote tag:
The <blockquote> tag defines a block reference.
All text between <blockquote> and </blockquote> is separated from the regular text, often indented on the left and right sides (increasing margins), and sometimes using italics. In other words, block references have their own space.
Now let's look at an example of using HTML BLOCKQUOTE tags:
To mark a long reference:
<blockquote>here is a long quotation here's a long quotation here's a long quotation here's a long quotation here is a long quotation.</blockquote>
The effect that appears in the browser,
<blockquote></blockquote> This label can wrap the text, all the way to the right indent. and add a set of labels, right indent one unit, add two sets of labels, right indent two units, and so on.
Now let's look at a reference to a long text and a comparison to the P tag:
<! DOCTYPE html>
Effect
As a result, the text that is set with the blockquote tag is indented.
Well, the above is about the HTML blockquote label settings of the article, there are problems can be in the message below.