1. Create an html file with basic information about you. This should include your name, major, and a hobby. 2. Create an html file that acts like a password form. Have a textbox for them to enter text, a button to click to "login", and then when they click the button the code should check that they typed some text that you want the password to be (e.g., cs151). 3. Create an html file that counts. There should be an area to display a number. That can either be a textbox, a paragraph, or a span. Start the number at 1. Every time they click the button, the number should be increased by 1. .