About 229,000 results
Open links in new tab
  1. How to set specific text as bold via VBA - Stack Overflow

    Jul 25, 2012 · I want to set bold some text in string. How can I do it?

  2. How can I print bold text in Python? - Stack Overflow

    Jan 19, 2012 · If all text were WYSIWYG, the need for HTML itself would be mitigated -- you would just select text in your editor and bold it instead of typing out the HTML. Other programs …

  3. How do you change text to bold in Android? - Stack Overflow

    Jan 25, 2011 · How do you change text/font settings in an Android TextView? For example, how do you make the text bold?

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

    Dec 6, 2016 · I'm trying to make some text bold using HTML, but I'm struggling to get it to work. Here's what I'm trying: Some <bold>text</bold> that I want emboldened. Could someone tell …

  5. 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 …

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

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

  7. javascript - Make selected text bold/unbold - Stack Overflow

    Jan 2, 2014 · Why you are trying to bold text doing it by hand when you can use built in feature. Modern browsers implements execCommand function that allows to bold, underline etc. on text.

  8. How to set TextView textStyle such as bold, italic

    How to set TextView style (bold or italic) within Java and without using the XML layout? In other words, I need to write android:textStyle with Java.

  9. ggplot & bold : how can I make bold the values in the axis bold?

    Mar 24, 2023 · You could use axis.text.x with element_text to make the labels bold and change their size like this:

  10. How can i make text bold and underline in Powershell?

    Jul 16, 2024 · How can i make text bold and underline in Powershell? Asked 1 year, 4 months ago Modified 1 year, 4 months ago Viewed 1k times