English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

i need to put the line space
like this

lalala

2007-02-01 12:42:05 · 5 answers · asked by timbo 1 in Computers & Internet Programming & Design

5 answers

A space in HTML is

Regards, Zyfert http://xsitepro.cybersprout.com

2007-02-01 12:51:04 · answer #1 · answered by Zyfert 7 · 0 0

In the actual example where you have your "i need to.." etc. it would be as follows:

i need to put the line space

like this



lalala

The
tag (a forward-slash is sometimes used (
) but it isn't required to work) stands for BReak. It inserts a line break. One thing to keep in mind, however,
will break up the line but you'll need TWO breaks to actually create a blank line, as shown above.

If you want an actual LINE (as in ---------------------) then you can do it like so:

i need to put the line space

like this



lalala


stands for Horizontal Rule. It's basically a horizontal line. The line generally stretches the length of the page but there are ways to manipulate that.

2007-02-01 13:52:33 · answer #2 · answered by imaxeten 1 · 0 0

line one


line two



or

line one


line two

2007-02-01 12:51:24 · answer #3 · answered by rongee_59 6 · 0 0

in HTML, add the tag
.

In XHTML, add

2007-02-01 12:49:28 · answer #4 · answered by milan 4 · 0 0

?

2007-02-01 12:52:23 · answer #5 · answered by Jay 3 · 0 1

fedest.com, questions and answers