Quote:
Originally Posted by theducks
Code:
.p { stuff}
and
p {stuff}
The former affects ALL <p > type tags
the latter only affects ANY tag with a class="p"

|
It's the other way around.
Quote:
Originally Posted by deback
The class "p" is rarely used for paragraphs, except in the case of poor coding by the person who created the file.
|
The <p>
tag is the one used for paragraphs. Hence the p.