html5中引用标记是“blockquote”或“q”元素。blockquote元素可定义摘自另一个源的块引用,浏览器通常会对blockquote元素进行缩进;而q元素可定义不需要段落分隔的短引用,浏览器经常会在这种引用的周围插入引号。

本教程操作环境:windows7系统、HTML5版、Dell G3电脑。
在html5中有两种引用标记:
<blockquote></blockquote>标签<q></q>标签
标签
标签定义摘自另一个源的块引用。浏览器通常会对
元素进行缩进。nbsp;html> <meta> <h1>About WWF</h1> <p>Here is a quote from WWF's website:</p> <blockquote> For 50 years, WWF has been protecting the future of nature. The worlds leading conservation organization, WWF works in 100 countries and is supported by 1.2 million members in the United States and close to 5 million globally. </blockquote>
标签
标签定义不需要段落分隔的短引用。浏览器经常会在这种引用的周围插入引号。
nbsp;html> <meta> <p>WWF's goal is to: <q>Build a future where people live in harmony with nature.</q> We hope they succeed.</p>
推荐教程:《html视频教程》
前端入门到VUE实战笔记:立即使用
在学习笔记中,你将探索 前端 的入门与实战技巧!













