1 |
You can specify event handlers within an HTML tag using attributes such as
|
2 | Recall that JavaScript is case sensitive, but since HTML is case insensitive the onClick keyword may be any mixture of upper and lowercase |
3 |
Alternatively, specify event handlers as in
|