In this chapter we are listing only HTML5 global attributes.
Check references for other HTML5 attributes:
- HTML5 attributes
- HTML5 event attributes
- HTML5 attributes for non-HTML5 elements
- HTML5 input element types and attributes
| ATTRIBUTE | DESCRIPTION | 
|---|---|
| contenteditable | defines if the content of an element is editable | 
| contextmenu | describes the content menu for an element | 
| data-* | stores element's custom data and applies as needed | 
| draggable | gives an element permits to be dragged | 
| dropzone | defines if dragged area will be moved, copied, or linked when dropped | 
| ATTRIBUTE | DESCRIPTION | 
|---|---|
| hidden | makes an element irrelevant | 
| ATTRIBUTE | DESCRIPTION | 
|---|---|
| spellcheck | enables a browser to spell check the given element | 
| translate | "orders" a browser to translate the element (or not) | 
 
					 
			 
			
Comments
No comments have been made yet.
Please login to leave a comment. Login now