Home  >  Article  >  Web Front-end  >  HTML

tag

HTML
tag

(*-*)浩
(*-*)浩Original
2019-11-18 16:14:442936browse

HTML b8a712a75cab9a5aded02f74998372b4 tag

HTML <blockquote> tag

##All major browsers support the b8a712a75cab9a5aded02f74998372b4 tag.

Note: No browser displays the cite attribute correctly.

# Definition and usage (Recommended learning: html tutorial )

## & lt; blockquote & gt; label definition block reference.

##All text betweenb8a712a75cab9a5aded02f74998372b4 and 1aee16100a65d522474e4de7ff568f4a will be separated from the regular text, often with indentation (increased margins) on the left and right sides , and sometimes italics are used.

In other words, block references have their own space.

Example

Mark long quotes:

<html>
<body>

Here comes a long quotation:

<blockquote>
    This is a long quotation. This is a long quotation.
    This is a long quotation. This is a long quotation.
    This is a long quotation.
</blockquote>

//请注意,浏览器在 blockquote 元素前后添加了换行,并增加了外边距。

</body>
</html>

The above is the detailed content of HTML

tag. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:HTML tagNext article:HTML tag