HOME
> Web design
> Html: "Strong" Or "Bold"? We Explain The Difference
HTML: "strong" or "bold"? We explain the difference
The attributes "strong" and "bold" are both suitable for marking a text area bold in HTML. Our guide explains what the difference is in technical terms.
An overview of some important HTML markup including "bold" can be found here. However, the difference to "strong" is not explained there.HTML: "strong" and "bold" in comparison
The effect of "strong" and "bold" is usually the same: The text section bracketed by the tags is displayed bold. However, there is a difference in the background:- "bold" (with the tags <b></b>) is an external attribute that refers solely to the display - in this case, the bold font.
- With "strong" (tags: <strong></strong>), on the other hand, you give the area a logical statement. This does not necessarily mean boldface, but can also have other reinforcing effects, such as a different color or font size.