Chapter 9: HTML EVENTS

Window Events

onload Event

This is a heading

onresize Event

Resize the browser window

Form Events

onfocus Event
First name:

onblur Event
Enter name:

onchange Event

oninput Event

Keyboard Events

onkeydown Event

onkeyup Event

onkeypress Event

Mouse Events

onclick Event

ondblclick Event

onmousemove Event

Move mouse over this text to enlarge font

onmousedown & onmouseup Events

Click and hold here. Release to change color.

onmouseover & onmouseout Events

Hover over this text to enlarge font. Move out to reset.

Clipboard Events

oncopy Event

oncut Event

onpaste Event