HW 11, due W 11/6/2024
Directions: Send your HW in an email to IFSC3300HW@gmail.com.
1. Make a form that contains a bunch of different features described in the W3schools lessons Form Elements, Form input types, and Form attributes. Each feature should have a label explaining what it does. Make your action handler be https://www.w3schools.com/action_page.php and be sure the form has a "submit" input type. You may start with the form from the previous HW if you like. Put this form in an existing page that already has buttons to demonstrate things from earlier HW(s), or make a new page if you prefer.
2. Make a small game in which you use setTimeOut() and/or clearTimeOut() along with buttons. Add it to your buttons page.