HTML CSS & DOM
Outline
Time | Purpose |
---|---|
9:30am - 10:45pm | Tech Instruction |
10:45am - 11:00am | Break |
11:00am - 1:30pm | Tech Instruction |
1:30pm - 1:45pm | Break |
1:45pm - 2:30pm | Open Lab & HW |
TBD/TBA | Office Hours & Student Meetings |
Materials
- Lecture Slides
- Lab Deliverable
- Homework Deliverable
Terminal Objective
Today we will learn about css specificity and practice Classes and OOP.
Note to Instructor
- Classes, Classes, Classes
- Currently we are preparing students to do dom manipulation
- Use your professional judgement if you want to review something before you start the DOM
- Students have learned loops, conditionals, functions, and OOP
- They also are now learning CSS a little stronger which will help them understand querySelector and similar methods
- They will also better understand methods, and methods belonging to objects
- Makes sure they understand all these
divs
and other elements they are selcting are objects and that Events are objects - Make sure they understand that Objects are instances of classes