Skip to content

Feb 13: Box Model; DOM

Learning Objectives

After today's class, you should be able to:

  • Summarize the basics of CSS: selectors, properties, box model.
  • Explain the specificity of CSS rules: inline > id > class > element.
  • Describe how to manipulate the DOM using JavaScript functions.

Lesson Outline

Part A [20 min]

Part B [20 min]

Part C [20 min]

Lab [15 min]

  • Read instructions and ask questions
  • Complete Step 0 before leaving today
    • And read everything up to Step 0