Author: theodore

Lesson 8: HTML Tables (Organizing Data)

We’re wrapping up Phase 2! While many modern websites use “Flexbox” or “Grid” (which are CSS topics) for layout, HTML Tables are still the absolute best way to display structured data. An HTML table...

Lesson 2: The Essential HTML Boilerplate

In Lesson 1, we learned that HTML is the skeleton of a webpage. But before you start adding “bones” like headings and images, you need to set up the environment. In web development, we...