global attributes and event handlers of html

global attributes

  • accesskey
  • class
  • contenteditable
  • data-*
  • draggable
  • dropzone
  • hiden
  • id
  • lang
  • slot
  • spellcheck
  • style
  • tabindex
  • title
  • translate

reference material

global event handlers

  • onabort
  • onanimationcancel
  • onanimationend
  • onanimationiteration
  • onanimationstart
  • onerror
  • onfocus
  • oncancel
  • oncanplay
  • onchange
  • onclick
  • onclose
  • ondrag
  • ondragenter
  • ondrageexit
  • ondragleave
  • ondragover
  • ondragover
  • ondragstart
  • ondrop
  • oninput

reference materials