Although I personally would consider <p class="normal"> a bit redundant...if it is a "normal" paragraph then just use the "normal" tag <p> and style that in your css "p {}"...no need to waste all those memory bits to say it is normal. Reserve classes for those things that are different than normal....
|