• Skip to primary navigation
  • Skip to main content

Tech Honey

The #1 Website for Oracle PL/SQL, OA Framework and HTML

  • Home
  • HTML
    • Tags in HTML
    • HTML Attributes
  • OA Framework
    • Item in OAF
    • Regions in OAF
    • General OAF Topics
  • Oracle
    • statement
    • function
    • clause
    • plsql
    • sql
You are here: Home / HTML / Tags / HTML B Tag

HTML B Tag

August 12, 2013 by techhoneyadmin

Bold in HTMLTo make any text bold in HTML we can use the HTML b (<b>) tag. IN other words we can say that we can make any text to appear bold in a web browser by writing the text in the HTML <b> tag.

Bold in HTML using the <b> tag should be considered as the last option as per HTML 5, this in turn means that we should make text bold in HTML by using the <b> tag only if there is nothing else that can achieve the same functionality.


Syntax to Bold in HTML using <b> tag

<b>
Some text goes here
</b>

Example to do Bold in HTML using <b> Tag

Bold in HTML Code Output
view source
print?
1Techhoney.com is<b>
2a good website.
3</b>
Techhoney.com is
a good website.

Here in the above example we have achieved doing text bold in HTML using the HTML <b> tag. Note that the text within the HTML <b> tag is only rendered as bold in the HTML code output.

HTML b (<b>> tag supports the HTML Global Attributes and HTML Event Attributes.

HTML b tag supporting browsers

S. No. Browser Supported(Yes/No)
1 Internet Explorer Yes
2 Firefox Yes
3 Google Chrome Yes
4 Opera Yes
5 Safari Yes

Filed Under: Tags Tagged With: B html tag, B tag html, B tag in html, Bold font in html, Bold in html, Bold tag html, Bold tag in html, Bold text in html, Font bold in html, How to bold in html, How to bold text in html, How to make bold in html, HTML b tag, Html bold tag, Html how to bold text, Html tag b, Make text bold in html, Making text bold in html, Using HTML b tag, Using HTML bold tag, Using the HTML b tag, What is the use of html b tag, What is the use of html bold tag

Copyright © 2025 · Parallax Pro on Genesis Framework · WordPress · Log in