Forms are one of the many ways interacting with users.
As with all good web design the forms should be accessible. This class will give you the basics, some advanced information, and some things to think about when making accessible forms. As a starting point let's look at an accessible and an inaccessible form...and let's listen to the forms using a screen reader.
Note: on the <select> - it's a dropDOWN, not a dropUP. Put default at the TOP, not bottom or middle.