PDA

View Full Version : What is the HTML


buppybean
03-04-2008, 08:36 PM
for
next
line
down?

Ta
luv Jen

littlesheep
03-04-2008, 08:36 PM
< br > ????

Tanya
03-04-2008, 08:37 PM
yep <br>

Chell
03-04-2008, 08:38 PM
'Line breaks
The line-break tag can also be used to separate lines like this:

This is my first web page<br /> How exciting'

Tanya
03-04-2008, 08:40 PM
I use this website for html code http://www.w3schools.com/tags/default.asp

HTH

buppybean
03-04-2008, 08:40 PM
thanks girls :) thats the one .

ann0024
03-04-2008, 08:58 PM
Girls, I'm impressed.

moomum
03-04-2008, 09:06 PM
Thought I'd answered this one, sorry if it duplicates

Apparantly, according to my nerdiest mates, you need to use

<br /> not <br> or <br/> or </br>

as it will be read properly by more browsers if you use the first, most up to date one.

moomum
03-04-2008, 09:06 PM
Girls, I'm impressed.

go on, give us another! :hyper:

note to self:
get a life

missymum22
03-04-2008, 11:56 PM
go on, give us another! :hyper:

note to self:
get a life

:cheesy:

MrTempleDene
04-04-2008, 12:23 AM
<br /> {yes lowercase, upercase is wrong}

is the most recent and best to use

otherwise default to simply <BR> {case doesn't matter}

But....

it depends which version of HTML or XHTML you are using

obscure
04-04-2008, 12:42 PM
<br /> is valid xhtml

<br> etc are valid html

So it just depends on what doctype they have specified - if html then <br> will work anywhere that <br /> will work.

Sadie