Overview
HTML Fundamentals
The starting point for every website. Learn structure, semantics, and best practices.
HTML Fundamentals
Learn the structure of a webpage, how HTML elements work together, and how browsers interpret markup.
Project To Build
Watch the Traversy Media tutorial from start to finish and build exactly what is built in the video. Do not skip ahead. The goal of this lesson is to become comfortable creating HTML documents, working with elements, attributes, headings, lists, links, images, tables, and basic page structure.
Semantic HTML & Accessibility
Learn how semantic elements improve accessibility, SEO, code organization, and overall website structure.
Project To Build
Complete the HTML exercises on W3Schools. Focus on semantic elements, page structure, links, images, tables, and forms. The goal is to reinforce HTML fundamentals before moving into CSS.