About 582,000 results
Open links in new tab
  1. 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.

  2. HTML: Changing colors of specific words in a string of text

    Jan 30, 2011 · Learn how to change the color of specific words in a text string using HTML techniques and examples.

  3. How to change text transparency in HTML/CSS? - Stack Overflow

    May 31, 2012 · As an additional information I would of course suggest you use CSS declarations outside of your html elements, but as well try to use the font css style instead of the font html tag.

  4. How do I change the font color in an html table? - Stack Overflow

    How do I change the font color in an html table? Asked 8 years, 5 months ago Modified 2 months ago Viewed 275k times

  5. How to apply color on text in Markdown - Stack Overflow

    Color Markdown doesn’t allow you to change the color of text, but if your Markdown processor supports HTML, you can use the HTML tag. The color attribute allows you to specify the font …

  6. html - How do change the color of the text of an <option> within …

    Dec 26, 2011 · Provides solutions to change the text color of an <option> in a <select> element using CSS and JavaScript.

  7. How to change font color in HTML? - Stack Overflow

    Either use CSS or the style attribute of the <p> tag, and set the color CSS attribute to the hex-code or name of the color you need. Here's a halfway-decent tutorial.

  8. html - How to set text color in submit button? - Stack Overflow

    49 I tried to change the color of the text in the submit button type but, I don't know why I am not able to change it.

  9. Styling html text without CSS - Stack Overflow

    Feb 22, 2014 · I would like to html code part of my tumblr page, but in the context, I can't add any css. Is there any way to format text size, font, color, etc. without using css?

  10. html - Within Span, how to change the color of text - Stack Overflow

    Feb 20, 2018 · This Stack Overflow page discusses how to change the color of text within a span element in HTML.