| Name | Values | Description |
| align | top|middle|bottom | Alignment |
| class | classname | Class of the element which is used to associate the element with a style sheet. |
| 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 |
| 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. |
| media | screen|print|projection|braille|speech|all | Determines which output device the document will use (screen, printer, projection, Braille, speech or all). |
| methods | string | New for HTML 4.0, this indicates the functions which a user can carry out on an object. |
| 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. |
| style | string | Specifies style information for the element. |
| 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 | mime-type | Mime-type |
| urn | string | Uniform Resource Name for the target document. New for HTML 4.0 |