Category: Formatting | Previous: !-- -- | Next: HR

<BR>

Description:

A break. The break element is used to insert a linefeed, or to clear a floating image or table.

Syntax:

<BR CLEAR="LEFT">

Attributes:

Attribute Value Description
CLEAR LEFT, RIGHT
ALL
Ensures that all text following the tag will be past the floating image(s) or table(s) on the left, right or all margins.

Notes:

Example:

<P> Sam Hopewell<BR>hopews@rpi.edu </P>


Sam Hopewell
hopews@rpi.edu


Index: HTML Reference | Previous: BODY | Next: CAPTION