| Name | Values | Description |
|---|---|---|
| class | classname | Class of the element which is used to associate the element with a style sheet. |
| clear | all|left|right|none | Used with the BR element, this attribute allows control of text wrapping around an image. |
| id | string | A unique name to identify an element. |
| language | javascript|jscript|vbscript|vbs | |
| style | string | Specifies style information for the element. |
| title | string | Title for element which is often displayed as a tool-tip when the cursor hovers over the element. |
this is a line of text. this line runs immediately after it. <br><br> this is a line of text.<br> this line of text is displayed below it.Will be displayed as :
this is a line of text. this line runs immediately after it. |
| HTML | NETSCAPE | INTERNET EXPLORER | ||||||
| 4.1 | N2 | N3 | N4 | N6 | IE3 | IE4 | IE5 | IE6 |
| YES | YES | YES | YES | YES | YES | YES | YES | YES |