반응형
| 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 |
반응형
'보관함' 카테고리의 다른 글
| HTML 색상표 (0) | 2020.08.18 |
|---|---|
| HTML 이벤트 목록 (0) | 2020.08.18 |
| HTML 태그 목록 (0) | 2020.08.18 |
| HTML 속성 (0) | 2020.08.18 |
| HTML 기본태그 (0) | 2020.08.18 |