Week 05 – Web-Dev. Lifecycle, CSS Selectors
Learning Outcomes
After this week you should be able to
- Describe different phases in a website development cycle
- Implement webpage layouts from wireframes using CSS & HTML
05.01 Web-Dev. Lifecycle
Pre-Class Reading
Class Slides
Group Activty / Lab
- No lab this class
Post-Class Reading
05.02 CSS Selectors
Class Slides
Group Activty / Lab
- Download the file
week-05/02/labs/week-05-02-lab.zip
and expand it in a new subfolder on your PC. - Create a
style.css
file in the samelabs
folder and add a<link>
element toresume.html
to reference your CSS file. - Follow guidance in comments within
resume.html
to style the CSS so the page matches the fileresume-template.png
in the same folder.
The goal here is to create CSS that matches a design given to you by another source rather than choosing your own styling.
Post-Class Reading
- CSS Reference
- Box Model. Look through the sample files and experiment with CSS short-hand
Homework due this week
Look for instructions here.