Forms interaction (action, method, enctype, accept, accept-charset, readonly, disabled, size, maxlength, checked, selected, multiple, label, for)

This group of attributes contains those that apply to HTML forms and users interaction with them. Related elements: action attribute:

Standard intrinsic events (onclick, ondblclick, onmouseover, onmousedown, onmouseup, onmouseout, onmousemove, onkeydown, onkeyup, onkeypress)

Intrinsic events are meant to increase interactivity with the users of a site. They...

Extended intrinsic events (onload, onunload, onfocus, onblur, onsubmit, onreset, onselect, onchange)

Intrinsic events are meant to increase interactivity with the users of a site. They...

Document's head specific (profile, content, scheme, http-equiv, media, defer)

Document's head related attributes are used to define document specific characteristics. The most common are document's meta data such as related keywords, content information and others.