About 1,090,000 results
Open links in new tab
  1. CSS font-weight property - W3Schools

    Well organized and easy to understand Web building tutorials with lots of examples of how to use HTML, CSS, JavaScript, SQL, PHP, Python, Bootstrap, Java and XML.

  2. How to bold the text using CSS - GeeksforGeeks

    Oct 8, 2024 · Example 1: Using font-weight for Bold Text The following example demonstrates how to use the font-weight property in CSS to represent simple text in bold.

  3. How to Bold Text in CSS - htmlallthethings.com

    Aug 8, 2025 · Learn how to bold text in CSS using the font-weight property. Explore bold values, inline vs external styles, and common mistakes to avoid.

  4. font-weight - CSS - MDN

    Nov 7, 2025 · The font-weight CSS property sets the weight (or boldness) of the font. The weights available depend on the font-family that is currently set.

  5. How to Make Text Bold in HTML & CSS - Elementor

    6 days ago · Using CSS for Bold Styling HTML tags give you a quick and easy way to bold text, but for more control and flexibility, CSS (Cascading Style Sheets) is king. With CSS, you can apply bold …

  6. CSS Bold – How to Bold Text in HTML with Font Weight

    Mar 2, 2023 · Learn how to use the CSS font-weight property to make text bold and add emphasis and visual hierarchy to your web content.

  7. How to Bold Text in CSS (Complete Guide) - Life in Coding

    Spread the loveMaking text bold in CSS is a fundamental styling technique that enhances readability, highlights key points, and improves user experience. CSS provides multiple ways to bold text, …

  8. CSS Font Weight (With Examples) - Programiz

    CSS font-weight is used to adjust the lightness or boldness of the text in a webpage. For example, span { font-weight: bold; } Browser Output Here, font-weight: bold sets the text of the span element to bold.

  9. Make font bold in CSS: best ways - Alvaro Trigo's Blog

    Jun 19, 2025 · There's more than one way to make font bold! Here are the best ways you can use bold fonts on your website.

  10. font-weight - CSS Reference

    You can use numeric values. They all correspond to a particular named weight: 100 Thin 200 Extra Light 300 Light 400 Normal 500 Medium 600 Semi Bold 700 Bold 800 Extra Bold 900 Ultra Bold If the font …