- Download this project onto your computer and open it in your favorite editor. Youll make the following changes in the
index.htmlfile. - Make the name field in the form required.
- Change the submit button text from "Submit" to "Signup"
- Below the "name" field add another field for the users email. This field should have the following attributes.
- type: email
- name: email
- placeholder Your Email
- required
- Below the "email" field you created above create a "beverage" dropdown with the following options. Its up to you to determine what the attributes of this field should be.
- Coffee
- Tea
- Soda
- Water
- Other
- This is a bonus question. In the "style.css" file set the html background color to #252C3A.
- This is a bonus question. Set the background color of the form to #F1F1F1 and give the form 20px of padding.
- Extra extra bonus points. Get this code challenge up on your github, we will show you how during our next class session. But it doesnt hurt to try now.
-
Notifications
You must be signed in to change notification settings - Fork 3
chris-burgin/codelouisville-form-challenge
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
A code challange for code louisville students focused on simple html forms.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published