Break
 
End Tag: Omitted
Support Key: 2 | 3 | 3.2 | IE1 | M1 | N1
What is it?
Attributes
Tag Example
Parent/Content Model
Tips & Tricks
Browser Peculiarities
= Index DOT Html by Brian Wilson [bloo@blooberry.com] =
Main Index | Top Of Tree | Tag Index | Tag History


What is it?
The BR tag explicitly indicates that a line break be placed in a run of text. This overrides the typical HTML behavior which lets the browser decide when to put linebreaks in a document. The same indentation level applied to the previous line will be applied to the new line of content.
Attributes
Clear
2 | 3 | 3.2 | IE1 | M3 | N1.1
Required? No
Description:
This attribute was added to deal with floating images produced through the Left and Right ALIGN attributes to the IMG tag. It can now be used for effect in any situation where floating elements exist [images, spacers, tables, etc.]
Values:
   None [DEFAULT - No special line breaking effects are applied relative to the floating element -just a normal break.]
   Left [breaks line and moves down vertically until there is a clear left margin]
   Right [breaks line and moves down vertically until there is a clear right margin]
   All [breaks line and moves down vertically until both margins are clear of images.]
Example
<p>This is a line of text with a linebreak here. <br> This is text after</p>
Parent Model
%Anchors% | %Virtual Formatting% | %Physical Formatting% | %Block Format Parent% | %Multimedia Parent% | <Body> | <Address> | <Basefont> | <Heading> | <Marquee>
Content Model
This tag accepts no content
Tips & Tricks Browser Peculiarities
Boring Copyright Stuff...