BR
paragraph element and should not
be used in it place. An example (and its rendering) is:
<address>Prof. Gumby<br>
My Brain Hurts Inc.<br>
Toronto <br>CANADA
</address>
<p>I think my brain hurts.<br>
I'm ready to Operate!</p>
Which is rendered as:
Prof. Gumby
My Brain Hurts Inc.
Toronto
CANADA
I think my brain hurts.
I'm ready to Operate!
The essence of this tag is that it allows you to force a linebreak in
a context where one would not ordinarily occur. Note that <br>
causes a jump to the next line; it does not cause an empty line
to be inserted.
Content
- Tag Minimization
-
Open Tag: REQUIRED
Close Tag: OPTIONAL
See ATTRIBUTES
Empty CONTENT DECLARATION
Parent Elements
- a -- Anchor; source and/or destination of a link
- address -- Address, signature, or byline for document or passage
- b -- Bold text
- cite -- Name or title of cited work
- code --
Source code phrase
- dd -- Definition of term
- dt -- Term in definition list
- em -- Emphasized phrase
- h1 -- Heading, level 1
- h2 -- Heading, level 2
- h3 -- Heading, level 3
- h4 -- Heading, level 4
- h5 -- Heading, level 5
- h6 -- Heading, level 6
- i -- Italic text
- kbd --
Keyboard phrase, e.g. user input
- li -- List item
- p -- Paragraph
- pre -- Preformatted text
- samp --
Sample text or characters
- strong -- Strong emphasis
- tt --
Typewriter text
- var --
Variable phrase or substitutable
Top Element List
All Element List
Tree
html-s DTD