Name | Values | Description |
accept | string | |
accesskey | key_character | |
align | center|left|right | Alignment |
alt | text | Alternative entry |
checked | false|true | |
class | classname | Class of the element which is used to associate the element with a style sheet. |
datafld | column_name | |
dataformatas | html|text | |
datasrc | id | |
dir | ltr|rtl | The direction in which text flows when surrounded by text which flows in different directions. |
disabled | | |
event_name | script_code | Defines script to run on event such as OnMouseOver |
id | string | A unique name to identify an element. |
lang | language_type | The ISO description for the language of the element. |
language | javascript|jscript|vbscript|vbs | |
maxlength | number | |
name | string | Names a tag, particularly important in client side progamming and essential when submitting form data. |
notab | | |
readonly | | |
size | 1|2|3|4|5|6|7 | Size |
src | url | Source filename |
style | string | Specifies style information for the element. |
tabindex | number | Allocates a tab order to over-ride the order of the elements on the web page. |
title | string | Title for element which is often displayed as a tool-tip when the cursor hovers over the element. |
type | button|checkbox|file|hidden|image|password|radio|reset|submit|text | Button type on form |
usemap | url | |
value | string | Value of the current item. Deprecated under HTML 4.0 |