What does blockquote mean?

云罗郡主
Release: 2019-01-31 17:16:47
Original
10388 people have browsed it

What does blockquote mean?

What does blockquote mean?

The blockquote tag defines a block quote taken from another source. The text between the tags is separated from the regular text, and is often indented on the left and right sides. And sometimes italics are used, which means that block quotes have their own space. [Recommended tutorial: HTMLTutorial]

Function: The tag defines a block reference taken from another source.

Note: All text between

and
will be separated from the regular text, often indented (increased margins) on the left and right, and sometimes Use italics. That is, block references have their own space.

Note: All major browsers support the

tag.

html blockquote tag example

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
php.cn独孤九贱:
<blockquote>
php中文网原创幽默段子系列课程,以恶搞,段子为主题风格的php视频教程!轻松的教学风格,简短的教学模式,让同学们在不知不觉中,学会了HTML知识。
</blockquote>
</body>
</html>
Copy after login


The above is the detailed content of What does blockquote mean?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!