Latest web development tutorials

HTML <strong> tag

Examples

For text in a document format:

<strong>加粗文本</strong>

try it"

Browser Support

Internet ExplorerFirefoxOperaGoogle ChromeSafari

All major browsers support <strong> tag.


Tag definitions and instructions

<Strong> tag is a tag phrase, the definition of a computer program is used to sample the important text.

Tip: We are not opposed to the use of the label, but if you're only in order to achieve some kind of visual effects using this tag, we suggest you use CSS, this may get richer effect.

All phrases Tags:

标签 描述
<em> 呈现为被强调的文本。
<strong> 定义重要的文本。
<dfn> 定义一个定义项目。
<code> 定义计算机代码文本。
<samp> 定义样本文本。
<kbd> 定义键盘文本。它表示文本是从键盘上键入的。它经常用在与计算机相关的文档或手册中。
<var> 定义变量。您可以将此标签与 <pre> 及 <code> 标签配合使用。


Differences between HTML 4.01 and HTML5

In HTML 4.01, <strong> tag defines the emphasized text in bold in the HTML 5, <strong> tag defines important text.


Global Properties

<strong> tag supports HTML global properties .


Event Properties

<strong> tag supports HTML event properties .


related articles

HTML Tutorial: HTML text formatting