HTML Bold Generator

Use the following HTML bold generator to create bold text. Simply select the text you want to make bold and click the B button. The code will be generated in the textbox adjacent to the text.

Also check out this Text Generator.

Replace this text with your own text. Select part of the text and click the "B" button to make it bold...

About the <b> Element

The above bold text generator uses the HTML <b> element to make the text bold.

The purpose of this element is to to markup text as bold without conveying any extra importance. For example, this could be useful in article abstracts, where the beginning of an article is set in bold text. Other examples could include product names in a review, and actionable words in interactive text-driven software.

Note that the <b> tag should be used as a last resort when no other tag is more appropriate. In particular, headers should use the <h1> to <h6> tags, stress emphasis should use the <em> tag, importance should be denoted with the <strong> element, and text marked or highlighted should use the <mark> tag.

Using Cascading Style Sheets (CSS)

If you simply want to bold the text without conveying any semantic meaning, use the CSS font-weight property.

Check out these HTML bold codes for more. Also see the HTML Bold Editor and the Text Editor.