Example 7-06 for Art 101

HTML: events

Note: The TARGET property (T) returns the element that triggered the event, and not necessarily the eventlistener's element.

Note: The CURRENT-TARGET property (CT) returns the element that overheard the event, and not necessarily the event trigger's element.