A question about line
The question is:
In html,if i use <h1>context</h1> or <p>context</p> the system will add a empty line above and under the context.
If i don't want the empty line,how can i get rid of them?
can i change some properties about <h1> to make it don't add the empty line automatically?