About 132,000 results
Open links in new tab
  1. How to make my font bold using css? - Stack Overflow

    Nov 22, 2014 · I'm very new to HTML and CSS and I was just wondering how I could make my font bold using CSS. I have a plain HTML page that imports a CSS file, and I can change the font in the CSS.

  2. css - How do I make text bold in HTML? - Stack Overflow

    Dec 6, 2016 · Use a "th" element and suggest a bold style for it within your CSS ("th {font-weight: bold;}"). Want to distinguish the title of a referenced film or album from surrounding text?

  3. css - How do I color and bold HTML text? - Stack Overflow

    Mar 27, 2021 · I want to make the word "English" red and bold. How can I do this in HTML? If there is no way to do this CSS would be still OK.

  4. CSS: bolding some text without changing its container's size

    May 27, 2017 · Learn how to bold text in CSS without altering the container's size using various techniques and examples.

  5. how to bold words within a paragraph in HTML/CSS?

    Jan 30, 2012 · Learn how to bold specific words within a paragraph using HTML and CSS techniques.

  6. How do I set 'semi-bold' font via CSS? Font-weight of 600 doesn't …

    Jan 5, 2012 · For example, extra-bold will make the font look quite different in say, Photoshop, because you're selecting a different font. The same applies to italic font, which can look very different indeed. …

  7. css - Div bold and regular - Stack Overflow

    Mar 24, 2011 · I am not a css expert but still trying to learn the best way... I have a div and in that div I am showing a message and the first half message is bold and the second half the message is …

  8. How can I remove the bold from a headline? - Stack Overflow

    Answers to a question on how to remove the bold style from a headline using HTML or CSS.

  9. html - CSS font-weight thicker than 900? - Stack Overflow

    Oct 16, 2010 · text-shadow: 2px 0 #888888; letter-spacing:2px; font-weight:bold; EDIT: For some sort of weird reason this doesn't look as pretty as it did over an year ago. It only works with text-shadow of …

  10. CSS content bold single word - Stack Overflow

    Aug 28, 2015 · header h1:after { content:"Bold \A not bold"; white-space: pre; } My aim is to make the first word bold and the rest of the text not bold. I know how to make all the text bold, and I know I can …