Skip to content

Start Here

Welcome to the Hoover Digital Media Learning Platform — a structured, practical path to building real things on the web.

This platform teaches the three core languages every web developer uses every day:

HTML

Structure content: headings, paragraphs, links, images, lists, and forms.

CSS

Control appearance: colors, layout, typography, and responsive design.

JavaScript

Add behavior: interactivity, data, and dynamic pages.

By the end you will be able to build and publish a complete website from scratch.

Each course is broken into modules, and each module into short lessons. Lessons are self-contained — read the explanation, then do the exercise before moving on.

Do not skip the exercises. Typing the code yourself is how it sticks.

Follow the courses in this order:

  1. HTML Foundations — Learn to structure content. This is where you start.
  2. CSS Foundations — Learn to style and lay out pages. (Coming soon)
  3. JavaScript Foundations — Learn to make pages interactive. (Coming soon)

After completing all three, the Projects section gives you larger builds to practice end-to-end.

Head to your first lesson: What is HTML?