Building a webpage with HTML and CSS
HTML Review
-
Using headings (h1-h6)
-
Using paragraphs (p)
- Using Links
-
Using images
-
Using attributes ("href" for links, "src" for images, "class" for
styles)
CSS Review
-
Selectors (HTML tag name or "class" attribute)
-
CSS rules (color, font-size, margin/padding, and more!)
"div" styled with tag selector
"div" styled with class selector
Making your webpage user-friendly