2-1HTML
Aug 31
π Complete before class
- π Module 1.1 Introducing HTML (28β32)
- Codecademy: HTML 1-1 Introduction to HTML
- Codecademy: HTML 1-2 Document Standards
Learning Objectives
- Build a valid HTML page using semantic elements (header, nav, main, footer) with a correct doctype and external link.
- Execute a complete Git workflow (init, add, commit, push) and explain what each step does.
- Use local development environment to publish a webpage online.
π Demo - Fork and Publish a Web Page
Section titled βπ Demo - Fork and Publish a Web PageβDemo: HTML-2
- Fork a project and open in Github Desktop
- Open project in VS Code
- Add Live Server extension to VS Code (see also)
- Review HTML Structure
- Push changes
- Publish using Github Pages
- Difference between Github.com and Github.io
π Start Hello World
Section titled βπ Start Hello WorldβFollowπ Module 1.1 Introducing HTML (28β32)
- Create a fork of this repository https://github.com/omundy/dig245-hello-world
- Follow Exercise 1.2.2 to enable Github Pages (also see this video).
- Follow the instructions in the Hello World assignment to create a page about yourself, motivations for the class, etc.
Related
Section titled βRelatedβHTML & CSS for Absolute Beginners: DOCTYPE, head, and body (9:28)
HTML & CSS for Absolute Beginners: Nesting HTML elements (6:09)
π Homework
- πHello World!
- π Module 1.2 File Paths & Version Control (33β39)
- π Module 1.3 GitHub Codespaces (40β43)

