programming work

profileJasonmaster
shopping-_1.docx

Screen Shot 2015-11-17 at 2.44.55 PM.png

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.

Image: http://cdn-lg.dollskill.com/media/catalog/product/cache/1/image/9df78eab33525d08d6e5fb8d27136e95/D/Q/DQ16NTgN4bypLUorda1qEDwHZXzc4EAn-1_1.jpg

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: