In this part of the assignment, you are provided with a Javascript document (js/events.js) that has several functions defined. You do not need to edit or alter the events.js file (but feel free to examine it in order to understand what it is doing). You are also provided two XHTML documents. In one markup document (events/events.html), you will create event handlers by adding event attributes defined in XHTML to call the designated Javascript functions (see table below). In the other XHTML document (events/events_jquery.html), you will use jQuery to add the event handlers to the elements, and will not use event attributes. In each of these XHTML documents, an “onclick” event handler for the checkbox is already correctly defined. See image.