Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 818 Bytes

File metadata and controls

18 lines (13 loc) · 818 Bytes

Web Development Lessons

Welcome to the Web Development Lessons repository! This repository contains lesson slides and corresponding code exercises for all four weeks of the HTML/CSS workshop series.

Lesson Slides

  • WebDevWeek1.md Introduction & Basics
  • WebDevWeek2.md More HTML and Intro to CSS

Code Files

  • Week1.html - Example code for Garfield website with header and p tags.
  • Week2.html - Updated code for example website with correctly linked css file and comments.
  • Week2.css - Code that styles the alignment, colors, fonts, and image size of the website.