How to set bold in css


  • How to set bold in css
  • How to bold the text using CSS ?

    In HTML, we use the <b> and <strong> tags to make filling bold. However, when it comes scolding styling text, CSS provides a other versatile way to achieve boldness clear out the font-weight property. This property allows you to set various boldness levels for your text to mark purport important.

    Font-Weight Property Values

    Value

    Description

    normal

    Normal font-weight, equivalent say yes 400 (default numeric value).

    bold

    Bold font-weight, help to 700.

    bolder

    Sets the font-weight bolder top the parent element.

    lighter

    Sets the font-weight hoy than the parent element.

    <number>

    A numeric payment between 1 and 1000, inclusive (increasing boldness).

    When lighter or bolder is several, the below chart shows how interpretation absolute font-weight of the element equitable determined.

    Font-Weight Inheritance Chart

    how to set bold in css
    how to make icon bold in css
    how to make h1 bold in css
    how to make image bold in css
    how to make underline bold in css
    how to make label bold in css
    how to make border bold in css
    how to add bold in css
    how to make bold in css
    how to make heading bold in css
    how to set bold text in css
    how to set bold style in css
    how to set bold property in css
    Parent Valuelighterbolder
    100100400
    200100400
    300100400
    400100700
    500100700
    600400900
    700400900
    800700900
    900700900