Week 17 - Drop Menus
This week's coding challenge is complicated, in that we're going to be using code that has standard applications that we are not learning. I do not like doing that, but we are short on time and drop-menus are useful things to have.
New tags we will use this week include:
- ‹input›
- ‹label›
New CSS properties we will use this week include:
- cursor: pointer
- cursor: not-allowed
- ~
- white-space: nowrap ;
- top: 0 ;
