MS1 Interactive Video Call:

Week of 3/22

Agenda

  • Introduction and Updates

  • Review Curriculum Progression

  • <select> tag and drop downs

  • Wrap up

MS1

Scratch

Game Design

HTML/CSS

Algorithms

Questions

Updates

Drop Downs

  <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>

Drop Down Challenge

  • Open up a new Thimble project

  • Add an h3 tag and title it "The Seasons"

  • Create a drop down menu with the four seasons.

Drop Down Project

Wrap Up

IVT_MS1_Mar22

By Michael Burgevin

IVT_MS1_Mar22

This Week's Objectives: Build drop down menus in websites.

  • 787