[help] Line In Html To Seperate Text

Hello!

I am creating my first, "real" entire website from scratch. How can I put a line in html, to seperate text?

Thank you,

htmlishard

#147180

If you want a horizontal line in HTML, the code is


.

#147189

This looks like you are asking for [Help] to me ;)

The Topic Title Has Been Edited

// Seph

#147232

The TOpic Title Has Been Edited

Yessssssir ;)

#147235

Enclosing something in a

tag turns it into a paragraph, with a gap above and below it.

The

tag creates a new line

Example:

wibble

wibble

looks like:

wibble

wibble

The


tag creates a horizontal line across the page. I'd avoid it where possible.

#147290

Yes, I was asking for help, then I got the answers I needed, but now I don't need any more help any more. So technically it is not a [help] thread since I don't need any more [help].

#147361

Thanks for all your help, though.

#147362