HTML A-Z Quick Reference
(Last Update 16:31 on Wednesday, 02 April 2003)
- < ... > ... </>
- LANG=...
- NN:3.0;IE:3.0 Specifies the language of the element.
- CLASS=...
- NN:4.0;IE:3.0 Specifies the class of style to apply to the element.
- STYLE=...
- NN:4.0;IE:3.0 Specifies an inline style to apply to the element.
- ID=...
- NN:4.0;IE:3.0 Specifies the name of style to apply to the element. IE:4.0 Allows the element to be the target of a link using the # syntax.
- LANGUAGE=...
- IE:4.0 Specifies the scripting language of the element's events. Not very useful as VBScript already has an alternative event syntax.
- ACCESSKEY=...
- IE:4.0 Specifies the keyboard shortcut of the focusable element.
- DISABLED
- IE:4.0 Specifies that the element cannot receive events.
- TABINDEX=...
- IE:4.0 Specifies the keyboard tabbing index of the focusable element.
- TITLE=...
- IE:4.0 Specifies a title for the element.
A B C D E F G H I K L M N O P Q R S T U V W X Z

38.107.191.99