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

  2. How to outline text in HTML / CSS - Stack Overflow

    Jul 4, 2012 · After I apply the outline, we have 3 different lines of text. contentTitle is a legend in a Google Maps where the text align is at the center. That sentence that is being pushed uses …

  3. html - How do I set a background-color for the width of text, not …

    Dec 16, 2019 · What I want is for the green background to be just behind the text, not to be 100% of the page width. Here is my current code: h1 { text-align: center; background-color: green; } &l...

  4. text - How to set different colors in HTML in one statement?

    Learn how to set different colors in HTML within a single statement using various techniques and best practices discussed by the community.

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

    Markdown does not natively support text color, but you can use HTML tags or CSS for adding color to text.

  6. html - Best way to change font colour halfway through paragraph ...

    I was wondering what is the best way to change the font colour of some text that appears halfway through a paragraph. For example, I have a paragraph of white text, but I want a couple of …

  7. css - how to change color of header in HTML? - Stack Overflow

    Jan 13, 2020 · Here is my HTML and CSS , the h1 title appears in blue , and not in red , and i don't know why ? and how to fix it ? thanks a lot <!doctype html> <h1>les planètes …

  8. 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? I looked at …

  9. How to add color to GitHub's README.md file - Stack Overflow

    You can use the diff language tag to generate some colored text: ```diff - text in red + text in green ! text in orange # text in gray @@ text in purple (and bold)@@ ``` However, it adds it as a new …

  10. html - How to add background color to a text? - Stack Overflow

    Feb 26, 2021 · Use width: max-content; on li to wrap background around text only Use li to set initial color of numbers to black (or something else) only and then use li::first-line to set your …