|
Hey
I'm also new with this but I think if I understood your question that it's like this:
h1 { .................}
If you have more than one heading in the same paragraph you can do like this in html
<p id="content"> <h1>Lorem ipsum </h1> </p>
and in Css like this
#maincotent h1{ .... }
It works for me.
Romeo
__________________
Your romanian web development partner Please login or register to view this content. Registration is FREE
|