HTML and CSS
Tutorial 1 - Structuring with HTML
The Introduction project introduces you and the basics of HTML and creating your first web page. You'll learn about headings, paragraphs, and lists.
Tutorial 2 - Styling with CSS
My Summer is where you'll learn about styling your pages with CSS.
Tutorial 3 - Multipage Sites
Why Web Dev introduces creating sites from pages by linking HTML files together, and adding images.
Tutorial 4 - Semantic HTML
You revisit your Introduction project to apply your new skills and then group everything in your code into modern semantic sections.
Tutorial 5 - Layout with Grid and Flexbox
Revisit your Summer project to update it with all your new skills and then learn how to layout semantic sections as well as individual elements by using CSS Grid and CSS Flexbox.
Tutorial 6 - Meta Information
Revisit your Why Web Dev project to add everything you've learned, and then some extra bits and pieces to pass online validation.