반응형
accesskey | Specifies a shortcut key for an element to be used in place of keyboard. | |
class | The class of the element | |
contenteditable | Boolean attribute to specify whether the element is editable or not. | |
contextmenu | Specifies a context menu for an element. | |
data-* | Used to store custom data associated with the element. | |
draggable | Boolean attribute to specify whether the element can be dragged or not. | |
dropzone | Specifies whether the dragged data is copied, moved, or linked, when dropped. | |
hidden | Specifies whether element should be visible or not. | |
id | A unique id for the element | |
spellcheck | Specifies if the element must have it's spelling or grammar checked. | |
style | An inline style definition | |
tabindex | Specifies the tab order of an element. | |
title | A text to display in a tool tip | |
translate | Boolean attribute specifies whether the content of an element should be translated or not |
반응형