HTML Bold: Main Tips
- Element
<b>
transforms regular text to bold in HTML without adding special importance to it. - This element to make HTML bold content does not emphasize the text. In order to highlight important parts of the content, use <strong> element.
Pros Main Features
- Easy to use with a learn-by-doing approach
- Offers quality content
- Gamified in-browser coding experience
- The price matches the quality
- Suitable for learners ranging from beginner to advanced
- Free certificates of completion
- Focused on data science skills
- Flexible learning timetable
Pros Main Features
- Simplistic design (no unnecessary information)
- High-quality courses (even the free ones)
- Variety of features
- Nanodegree programs
- Suitable for enterprises
- Paid Certificates of completion
Pros Main Features
- A wide range of learning programs
- University-level courses
- Easy to navigate
- Verified certificates
- Free learning track available
- University-level courses
- Suitable for enterprises
- Verified certificates of completion
Use of b and Alternatives
Element <b>
is the HTML code for bold. It does not indicate importance of the selected text but provides a visual effect.
There are two options to style information with bold in HTML:
<strong>
makes HTML bold text and mark it as important.- font-weight CSS property sets the boldness of text.
The following code example shows how to set bold HTML text with the CSS property:
Browser support
Chrome
All
Edge
All
Firefox
1+
IE
All
Opera
All
Safari
All
Mobile browser support
Chrome
All
Firefox
4+
Opera
All
Safari
All