
The Complete Idiot's HTML Tag Reference
| Index
| Previous Tag: <VAR>
| Next Tag: <XML>
|
<WBR>
Inserts a suggested word break.
Support:
-
Notes:
- Use this tag to suggest break points for long words or long strings of words separated by hyphens.
- Note that this is only a suggested word break. The browser will only break the text onto a new line if the <WBR> tag occurs at the right edge of the browser window.
Attributes:
- CLASS
= "Text"
The style sheet class used by the tag.
-
Support:
-
HTML Standard | Internet Explorer | Netscape Navigator |
Not supported |
4.0 and later |
Not supported |
Notes:
-
You can specify two or more classes; be sure to separate each class name with a space.
- ID
= "Text"
An alphanumeric string that uniquely identifies the tag.
-
Support:
-
HTML Standard | Internet Explorer | Netscape Navigator |
Not supported |
4.0 and later |
Not supported |
Notes:
-
Although you can use letters and numbers for the ID, the first character must be a letter.
- STYLE
= "Text"
The style or styles to use with the tag.
-
Support:
-
HTML Standard | Internet Explorer | Netscape Navigator |
Not supported |
3.0 and later |
Not supported |
Notes:
-
If you enter multiple style properties, separate each one with a semi-colon (;).
| Index
| Previous Tag: <VAR>
| Next Tag: <XML>
|
|