Skip to content

🧭 Overview

What You Will Learn

After Unit 1 you will be able to:

  1. Implement course coding standards 1-15.
  2. Build the general structure of an HTML web page.
  3. View the source code for any web page in the browser.
  4. Validate HTML code, CSS code, web accessibility, and perform site performance checks.
  5. Implement semantic HTML elements.
  6. Add images to a web page.
  7. Create HTML lists (ordered, unordered, and description) to a web page.
  8. Create internal and external web links.
  9. Build a static website containing six pages.

Week 1 - The Basics & Big Concepts

  • How the Web Works
  • HTML Basics
  • Responsive Web Design
  • Web Accessibility
  • Site Performance

Week 2 - HTML Intro

  • Coding Standards
  • HTML Semantic Markup
  • HTML Structure
  • Validation

Week 3 - Text Markup

  • Marking up Text
    • Headings
    • p, hr, br, pre tags
  • Lists
  • Generic Elements
    • div and span tags
  • Attributes
  • Links
  • Images