how do you change the color of a word in html?

Michael B

New member
To change the color of any text, you need only style it.

<span style="color:#af56de">This text is colored.</span>

or

<p style="color:red;">This is a red paragraph.</p>
 
I'm editing stuff for myspace, and I'm making links in "who I'd like to meet" to those people's myspaces.

When I use any headings(h4, for example, which is the only way i like to resize, so don't give me resizing junk) they always turn out really light grey. I also made contact links, same thing. I want to change it to black...
thanks guys. I'll choose a best answer. And it definetely won't be the spammers
 
Back
Top