HTML Line Breaks Cont.
The <BR> tag has a couple attributes, but the most significant one is CLEAR.
Attribute definitions
CLEAR = none|left|right|all
Deprecated. Specifies where the next line should appear in a visual browser after the line break caused by this element.
This attribute takes into account floating objects (images, tables, etc.). Possible values:
- none: The next line will begin normally. This is the default value.
- left: The next line will begin at nearest line below any floating objects on the left-hand margin.
- right: The next line will begin at nearest line below any floating objects on the right-hand margin.
- all: The next line will begin at nearest line below any floating objects on either margin.
previous slide |
next slide
Return to Beginning of Presentation
Return to Software Development Library