Overview
Throughout this course, you’ll learn about the underlying structure of the web – HTML. You’ll learn how to use this tree-like structure to create websites. You’ll also learn how to apply styling to a website through CSS. You’ll learn about CSS syntax, selectors, and units. Along the way, you’ll also learn about code editors and a browser’s Developer Tools.
Syllabus
- HTML Syntax
- Learn HTML tags,Discover the tree-structure format of HTML,Learn about and install a text editor
- HTML Syntax Problem Set
- Add headers to structure a page,Create a list of items,Add images to an existing site
- CSS Syntax
- Write a CSS Ruleset.,Use CSS units to place content on the page,Use Developer Tools to debug CSS
- CSS Syntax Problem Set
- Style images,Style the font of the page,Create and link a stylesheet