Home  >  Article  >  Web Front-end  >  Understanding the HTML bold tag

Understanding the HTML bold tag

一个新手
一个新手Original
2017-10-25 15:44:024062browse


HTML strong bold bold tag element

1. Grammar and structure: - TOP

##

2. Instructions for using Html strong bold tags: -

TOP

The bold tag element tells the browser to display the text with the strong tag in bold to the viewer. For all browsers, this means making this text bold for everyone to see. The display effect of the Html strong bold tag and the HTML B bold tag are the same. Both display and present the content text in bold. Both can be optionally used. Extended reading: css font-weight bold.

3. Strong tag usage cases: -

TOP
我是PHP中文网<br /> PHP中文网网址是<strong>http://www.php.cn</strong> !<br /> 我被HTML strong标签<strong>加粗</strong>。
IV. Bold summary: -

TOP1. tag modification The content will be displayed in bold (understand css font bold).

2. The display style of html b bold label is the same as that of html strong bold label, and the usage is the same.
3. Corresponding to the text in the HTML web page that needs to be bolded, both b and strong tags can be used.

The above is the detailed content of Understanding the HTML bold tag. For more information, please follow other related articles on the PHP Chinese website!

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