Mouse and key event attributes

In HTML 4.01 tags and attributes, the label mouse and key event attributes refers to the following HTML 4.01 attributes:

  • onclick

  • ondblclick

  • onkeydown – except with form controls

  • onkeypress – except with form controls

  • onkeyup – except with form controls

  • onmousedown – except with form controls

  • onmousemove – except with form controls

  • onmouseout – except with form controls

  • onmouseover

  • onmouseup – except with form controls