<input width='value'>
| Attribute | Description |
|---|---|
| Accesskey | It is a shortcut key which can be used to access a particular element. |
| Class | It points a class mentioned in the style sheet. |
| Contenteditable | Content inside the element may/maynot be modified by the user. |
| contextmenu | It embeds a context menu for the element. The value stated must be the id of <menu> |
| Dir | It indicates the direction for the text in an element for e.g. either left or right. |
| Draggable | The content inside the element can be dragged. |
| Hidden | The elements will be vanished. |
| ID | It points individual id for an element. |
| Lang | It defines the language of the content inside the element. |
| Spellcheck | It checks the spelling and grammer of the text inside the element. |
| Style | It points the inline style for an element. |
| Tabindex | The taborder for an element can be fixed. |
| Title | It mentions a title associate with the element. |