Hi there,
I am somewhat new to using style sheets and I have a question.
I have two P classes, "heading" and "text." I want the "heading" text to be directly above the "text" text. Example:
HEADING
text text text
However, when I write the code:
<p class=heading>HEADING</p class=heading>
<p class=text>text text text</p class=text>
I end up with:
HEADING
text text text
Any suggestions? Am I mis-using the tags?
THANKS A MILLION!!!
I am somewhat new to using style sheets and I have a question.
I have two P classes, "heading" and "text." I want the "heading" text to be directly above the "text" text. Example:
HEADING
text text text
However, when I write the code:
<p class=heading>HEADING</p class=heading>
<p class=text>text text text</p class=text>
I end up with:
HEADING
text text text
Any suggestions? Am I mis-using the tags?
THANKS A MILLION!!!