This assignment you will upload to Coton. You will submit only your URLs to Canvas. Use the rubric as a checklist to make sure you complete everything. DO NOT copy and paste code from any source including templates, websites or examples in this class.
Create a form using the following HTML elements at a minimum. Style the form in your CSS. You do not need to include a form action (i.e. the form doesn’t have to do anything – we’re designing the front end of the form).
- textarea
- textbox
- input type of “email”
- select
- radio button
- checkbox
- submit button
- style at least three elements of your form in your stylesheet, including your submit button
Use a comment to delineate the beginning and end of the section of CSS used in for this form to explain what it is for future webmasters of your site.