#html What is the difference between b and strong bold tags
1. Difference between html b and strong bold tags# The difference between ##bold label and bold label is that the former only has
1 characters , while the latter has 6 characters letter tag.
2. Differences in the usage of b and strong There is no difference in the usage of b and html strong bold tags in Html. Generally, if you want to save bytes, use b bold tags. It is recommended that you do not Deliberately pursuing the usage and difference between the two, your
bold usage case fragment code is as follows:
<b>我被B标签加粗</b><br /> <strong>我被Strong标签加粗</strong><br /> 我正常
3. SummaryHtml There is no difference in essence between b bold and html strong, and there is no difference in usage and syntax. It is recommended that you do not pursue this issue deliberately; just use the two bold tags according to your usual habits; html b bold tag is the earlier html The use of bold function tags appears, and html strong appears a little later. So far, all browsers support both bold functions.
The above is the detailed content of Understand the difference between html bold and bold. For more information, please follow other related articles on the PHP Chinese website!