HTML 引用标签用于在网站上引用短语。为此,您需要使用 HTML <q> 标签和 HTML <blockquote> 标签。

HTML <q> 标签

HTML <q> 标签用于引用小的短语。您需要在 <q>...</q> 标签中编写文本。

<p>Great quote on love and life.</p>
<p>Dr. Seuss once said: <q>Reality is finally better than your dreams.</q></p>

输出:

Great quote on love and life.

Dr. Seuss once said: "Reality is finally better than your dreams."

HTML <blockquote> 标签

HTML <blockquote> 标签用于定义一个大的引用部分。如果您有一个较大的引用部分,将整个文本放在 <blockquote>...</blockquote> 标签中。

<p>Read this inspirational story.</p>
<blockquote>
  According to scientists, the bumblebee's body is too heavy and its wingspan too small. Aerodynamically, the bumblebee cannot fly. But the bumblebee doesn't know that and it keeps flying. When you don't know your limitations, you go out and surprise yourself. In hindsight, you wonder if you had any limitations. The only limitations a person has are those that are self-imposed. Don't let education put limitations on you.
</blockquote>

输出:

Read this inspirational story.

According to scientists, the bumblebee's body is too heavy and its wingspan too small. Aerodynamically, the bumblebee cannot fly. But the bumblebee doesn't know that and it keeps flying. When you don't know your limitations, you go out and surprise yourself. In hindsight, you wonder if you had any limitations. The only limitations a person has are those that are self-imposed. Don't let education put limitations on you.

支持的浏览器

元素chrome browser Chromeie browser IEfirefox browser Firefoxopera browser Operasafari browser Safari
<q><blockquote>

在引用和引文中使用的 HTML 标签

标签描述
<abbr>定义缩写或首字母缩略词。
<address>用于定义文档作者的联系信息。
<bdo>定义文本的方向。
<blockquote>用于定义从其他来源引用的部分。
<q>用于引用小的短语。
<cite>定义引文或作品的来源标题。
<define>用于定义术语的定义。

标签: html, HTML教程, HTML技术, HTML学习, HTML学习教程, HTML下载, HTML语言, HTML开发, HTML入门教程, HTML进阶教程, HTML面试题, HTML笔试题, HTML编程思想