Home > Web Front-end > HTML Tutorial > What does label b mean?

What does label b mean?

云罗郡主
Release: 2021-04-15 15:34:38
Original
15509 people have browsed it

b means bold. The b tag is mainly used to specify bold text in HTML. The characters in the tag will be set to bold; the meaning conveyed by the B tag is only bold, without anything else. effect.

What does label b mean?

The operating environment of this article: Windows7 system, Dell G3 computer, HTML5&&CSS3.

What does label b mean?

b means bold. The b tag is mainly used to specify bold text in HTML. The characters in the tag will be set to bold. The meaning conveyed by the B tag is only bold and has no other effect.

Function: Specify bold text.

Note: According to the HTML5 specification, the tag should be used as the last option when no other suitable tag is more suitable.

Note: All browsers support the tag.

html b tag example

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<p>这是普通文本 - <b>这是粗体文本</b>。</p>
</body>
</html>
Copy after login

[Recommended tutorial: HTML tutorial]

The above is the detailed content of What does label b 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