View Full Version : P Head...


FrostedChokato
03-12-2006, 02:21 AM
Does any body know the correct HTML to get a p head?:confused:

FrostedChokato
03-12-2006, 02:23 AM
Anybody?

Marta
03-12-2006, 04:11 AM
What exactly do you mean? <p>

In style sheet:
P.head
{
font-family: fontname;
font-size: fontsize;
font-weight: fontweight;
color: fontcolor;
}

In body:
<p class="head">
p head text
</p>

Is this what you were talking about?