| Name | Values | Description |
| accesskey | key_character | |
| charset | string | Specifies the character encoding, which will allow the browser to more fully understand the link. |
| class | classname | Class of the element which is used to associate the element with a style sheet. |
| coords | string | |
| datafld | column_name | |
| datasrc | id | |
| dir | ltr|rtl | The direction in which text flows when surrounded by text which flows in different directions. |
| event_name | script_code | Defines script to run on event such as OnMouseOver |
| href | url | Anchor reference as a URL. |
| hreflang | langcode | Base language of the resource designated by HREF. Can only be used when HREF is also defined. |
| 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 | |
| methods | string | New for HTML 4.0, this indicates the functions which a user can carry out on an object. |
| name | string | Names a tag, particularly important in client side progamming and essential when submitting form data. |
| rel | same|next|parent|previous|string | The forward relationship between the current document and the one specified in the HREF tag. |
| rev | string | Reverse relationship. |
| shape | circ|circle|poly|polygon|rect|rectangle | |
| 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. |
| target | window_name|_parent|_blank|_top|_self | Window or frame where the new page should be loaded. |
| title | string | Title for element which is often displayed as a tool-tip when the cursor hovers over the element. |
| type | button|reset|submit | Mime type for the link, or various other alternatives depending on the source. |
| urn | string | Uniform Resource Name for the target document. New for HTML 4.0 |