About 5,140,000 results
Open links in new tab
  1. HTML b Tag - W3Schools

    Definition and Usage The <b> tag specifies bold text without any extra importance.

  2. <b>: The Bring Attention To element - HTML | MDN

    Jul 9, 2025 · The <b> HTML element is used to draw the reader's attention to the element's contents, which are not otherwise granted special importance. This was formerly known as the Boldface …

  3. HTML b Tag - GeeksforGeeks

    Jul 11, 2025 · The <b> tag in HTML is used to make the enclosed text bold, giving it greater emphasis or visual importance. Unlike the <strong> tag, which also makes text bold but with semantic importance. …

  4. HTML element - Wikipedia

    Elements vs. tags As is generally understood, the position of an element is indicated as spanning from a start tag and is terminated by an end tag. [2] This is the case for many, but not all, elements within an …

  5. HTML b Tag - Learn HTML | W3Docs

    What is the function of the HTML <b> tag? It makes the text bold. It creates a new paragraph. It highlights text with a yellow background.

  6. The Difference Between <b> and <Strong> in HTML – Explained with …

    Apr 26, 2024 · What is the b Tag in HTML? The <b> tag is an HTML element used to apply bold formatting to text content. It stands for "bold" and is a part of the set of inline elements in HTML. …

  7. HTML - <b> Tag - Online Tutorials Library

    The HTML <b> tag is used to highlight the text and specify the text in bold; Making it stand out visually from the surrounding content. As it is a non-semantic element, it does not convey any additional …

  8. HTML <b> Tag - Quackit Tutorials

    To convey extra importance, use the <strong> tag. To emphasize text, use the <em> tag. The <b> tag is written as <b> </b> with the text to be bold inserted between the start and end tags. Like this: Here's …

  9. HTML <b> tag - Computer Hope

    Mar 21, 2025 · Meaning of the HTML <b> tag, an inline element used to make text bold in web pages with usage examples, attributes, and browser compatibility.

  10. HTML b Tag - Tutorial Republic

    The <b> (short for bold) tag displays text in a bold style. This element typically renders the text it encloses in a bold typeface without conveying any extra importance.