Тег BR
BR
<BR
CLEAR=ALL | LEFT | RIGHT
CLASS=string
ID=string
LANGUAGE=JAVASCRIPT
| JSCRIPT | VBS | VBSCRIPT
STYLE=string
TITLE=string
event = script
>
Inserts a line break.
- CLEAR=
- Inserts vertical space so that the next text displayed will be past left- or
right-aligned floating images.
- CLASS=
- Specifies the class of the tag being defined. This is most often used to
associated a sub-classed style sheet with the tag.
- ID=
- An SGML identifier used as the target for hypertext links or for naming
particular elements in associated style sheets. Valid names to script with are
any alphanumeric string that begins with a letter. Valid special characters
include underbar "_".
- LANGUAGE=
- Specifies the language that the current script is written in. JavaScript is
the default for this attribute.
- STYLE=
- Specifies an in-line style sheet for the tag.
- TITLE=
- The Title attribute is used to provide advisory information.
- event
- Can be one or more of these events:
onselectstart