Week 1 ยท 45-60 min

Introduction to the Web and HTML

Week Summary

A quick preview of the main ideas in this week before you begin the slides.

  • How the Web Works (High Level)
  • What Is HTML?
  • Setting Up Your First HTML File
  • Basic HTML Document Structure

Glossary

Review these key terms before starting this week. They are kept simple so students can learn the new vocabulary before moving into the slides.

How the Web Works (High Level)
How the Web Works (High Level)
What Is HTML?
What Is HTML?
Setting Up Your First HTML File
Setting Up Your First HTML File
Slide 1๐Ÿ’ก

How the Web Works (High Level)

Learning goal

Understand how the web works and write basic HTML.

Read one card at a time. Focus on the main idea first, then look at the visual on the right to help it stick.

Websites are files stored and served to browsers.

Browsers request pages and display them visually.

HTML, CSS, and JavaScript together build most webpages.

Static websites do not need a server or database.

This module focuses on simple offline static sites.

Remember

The web starts with files a browser can request, read, and display.

How the Web Works (High Level)

How the Web Works (High Level)

Slide 1 of 8

Use arrows or dots to move through the lesson

Practice

  1. Write 2-3 sentences about what you learned this week.

Coming Next Week: Next: HTML Structure and Tags