Module 01
Setup, Files, and HTML Foundations
Get the development environment working, understand site folders, and build the first semantic HTML page.
Focus
- GitHub, GitHub Desktop, VS Code, and GitHub Pages
- Project folders and relative file paths
- HTML document structure and core elements
Lessons
Project Checkpoint
- Create the project folder and starter files.
- Build a clear page topic with headings, paragraphs, lists, links, and an image.
- Publish the page and confirm the live URL works.
In Class
- Create a small repository and publish it with GitHub Pages.
- Break and fix one image path together.
- Review the difference between local files, GitHub files, and the live site.
Before You Leave
- GitHub Desktop shows no uncommitted setup changes.
- The live site URL opens in the browser.
- One HTML page links to CSS or an image with the correct relative path.