| Attribut | Description | Value |
|---|---|---|
| accesskey | Specifies a keyboard shortcut to access an element | character |
| tabindex | Specifies the tab order of an element | number |
---------------------------------------------------------------------------------------------------------------
HTML LANGUAGE ATTRIBUTES LIST
| Attribut | Description | Value |
|---|---|---|
| dir | Specifies the text direction for the content in an element | ltr rtl |
| lang | Specifies a language code for the content in an element | language_code |
| xml:lang | Specifies a language code for the content in an element, in XHTML documents | language_code |
------------------------------------------------------------------------------------------------------------------------------------
HTML CORE ATTRIBUTES LIST
| Attribut | Description | Value |
|---|---|---|
| id | Specifies a unique id for an element | id |
| class | Specifies a classname for an element | classname |
| style | Specifies an inline style for an elements | style_definition |
| title | Specifies extra information about an element | text |
Note:Full list of Attributes click here



0 comments:
Post a Comment
Please leave some comment.