How do I set the color of the font?
In a sentence, I want just one word blue and the rest black. I need HTML code.
Public Comments
- You can change font size by putting other numbers or change color names, as you want. I suggest you, use "Front Page" software. Here we go, <HTML> <font size=20> <font color=black> This part of sentence is <font color=blue> blue <font color=black> ...! </font> </HTML>
- in notepad copy and paste example, and save as "test.html", and drag on blank browser window, ------------------------ <html> normal <font color=blue> blue </font> and normal </html> -------------------------- W3 html , http://www.w3schools.com/html/ try Nvu editor if needed, http://www.nvu.com/index.php ..
Powered by Yahoo! Answers