Skip to content

Overview

What You Will Learn

After Module 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

  • How the Web Works
  • HTML Basics
  • IP Addresses
  • URL

Week 2 - Big Concepts

  • Coding Standards
  • Responsive Web Design
  • Web Accessibility
  • Site Performance

Week 3 - HTML Intro

  • HTML Semantic Markup
  • HTML Structure
  • Validation

Week 4 - Text Markup

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