Scratch
Game Design
HTML/CSS
Algorithms
Questions
Updates
<div class="dropdowns"> <select id="name"> <option>What are you teaching?</option> <option>Unit 1</option> <option>Unit 2</option> <option>Unit 3</option> <option>Unit 4</option> </select> </div>
Open up a new Thimble project
Add an h3 tag and title it "The Seasons"
Create a drop down menu with the four seasons.
By Michael Burgevin
This Week's Objectives: Build drop down menus in websites.