how can i make an empty line in html?

Sasha K

New member
i want to kinda divide paragraphs, make another line. for example.

aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

you see the space? that's what i want. i know <br>, which only moves on to the next line. if i do mulitple <br>'s it still only moves onto the next line.

please, the most simple code for this you know
 
Multiple <br> WILL create multiple line breaks. If you are using HTML in a forum that allows it they may remove the multiples. A normal web page does do multiple breaks. You can also try <p> instead.

₪ ɦəlʞɹɐq ₪
 
Back
Top