css help

JayC

Always Learning
Aug 8, 2013
5,493
1,398
CSS Tag:
p {
color: red;
}

CSS Id:
#note {
color: red;
}

CSS Class:
.note {
color: red;
}

HTML:
<font color="red">Words</font>
 
Last edited:

BIOS

ಠ‿ಠ
Apr 25, 2012
906
247
There's only around 100 ways you can do this, be more specific.

Is it just this certain paragraph you want to be red or all paragraphs?
 

Users who are viewing this thread

Top