Intrinsic events are attributes that are used in conjunction with elements from other modules to create actions at certain events.
- <a></a> - onblur, onfocus attributes
- <area /> - onblur, onfocus attributes
- <frameset></frameset> - onload, onunload attributes
- <form></form> - onreset, onsubmit attributes
- <body></body> - onload, onunload attributes
- <label></label> - onblur, onfocus attributes
- <input /> - onblur, onchange, onfocus, onselect attributes
- <select></select> - onblur, onchange, onfocus attributes
- <textarea></textarea> - onblur, onchange, onfocus, onselect attributes
- <button></button> - onblur, onfocus attributes

