What is the HTML code for NO SPACE BETWEEN lines of text?

jaz

New member
I am creating a website and I need a code for NO SPACE between lines text.
For example, there is no space(or little) between this sentence and the above one.


Here is a sentence with space between the above sentence.

In other words I want a code that minimizes the amount of space between lines of text. Thanks.
Also,the lines of text should be on the same line.
For example:

Left Middle Right
 
I think you can try any of these codes:

Type Sentence or paragraph here<BR>

or

<DIV>Type sentence or paragraph here</DIV>

or

<p>Type sentence or paragraph here</p>
 
I think you can try any of these codes:

Type Sentence or paragraph here<BR>

or

<DIV>Type sentence or paragraph here</DIV>

or

<p>Type sentence or paragraph here</p>
 
Back
Top