Lesson 1: Required Software Setup and Introduction to HTML Structure
Learn how to download and configure Visual Studio Code, set up modern live-reloading tools, and construct the basic anatomical boilerplate of a modern HTML document.
Learn how to download and configure Visual Studio Code, set up modern live-reloading tools, and construct the basic anatomical boilerplate of a modern HTML document.
Learn how to replace outdated div-heavy layouts with accessible, search-engine-friendly tags like header, nav, section, article, and footer.
Dive deep into text styling mechanics, learn how to manage content headings, structure orderly and unordered lists, and craft powerful relative and absolute hyperlinks.
Learn how to collect data via standard web forms using fields, checkboxes, drop-downs, and submit buttons, alongside structuring data cleanly with HTML tables.
Put your HTML knowledge to the test by coding a comprehensive, highly accessible personal bio page from scratch, using headers, layouts, lists, and interactive forms.