programming work
CREATE THIS! Use the following html to help you but you should have your notes on padding, margin, and border. If you need help and I see that you have no notes; I won’t help you.
Drop down menu:
<select name="cars">
<option value="volvo">Volvo</option>
<option value="saab">Saab</option>
<option value="fiat">Fiat</option>
<option value="audi">Audi</option>
</select>
|
HTML: |
CSS: |