Home >Web Front-end >HTML Tutorial >HTML blockquote tag usage and beautification_HTML/Xhtml_web page production

HTML blockquote tag usage and beautification_HTML/Xhtml_web page production

WBOY
WBOYOriginal
2016-05-16 16:37:101923browse

blockquote定义和用法

标签定义块引用。
之间的所有文本都会从常规文本中分离出来,经常会在左、右两边进行缩进(增加外边距),而且有时会使用斜体。也就是说,块引用拥有它们自己的空间。

HTML 与 XHTML 之间的差异
没有。

提示和注释:

提示:请使用 q 元素来标记短的引用。

注释:如需把页面作为 strict XHTML 进行验证,那么
元素必须包含块级元素,比如这样:


复制代码
代码如下:


here is a long quotation here is a long quotation








提示:您可以先修改部分代码再运行


浏览器中状态:

CSS blockquote美化效果


blockquote相信大家都不陌生吧,在Word叫“文本框”,其实在网页了可叫它文本框吧,如果在一段文本的两头加上blockquote标签的话,那么文本将会接出来显示,而且其内的文本将含有blockquote的格式,所以只要用CSS定义好了blockquote的各个属性,你会发现这会是个好东西。注意,IE不支持本CSS代码中的部分定义,火狐或Chrome将显示最佳效果。




提示:您可以先修改部分代码再运行
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