Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 543 Bytes

File metadata and controls

19 lines (17 loc) · 543 Bytes

REVIEW HTML-CSS week 1

This review covers:
• The division of labor between HTML and CSS
• Introduction to HTML:
    • Parents, children, attributes
    • Indentation
    • Semantic elements
    • Paragraphs, links, images, lists
• Introduction to CSS:
    • Where can we write it and what difference does that make?
    • Selectors (id, class, element type), properties
    • How to structure a CSS file
    • Naming things
• External files: relative and absolute paths
• Getting to know your text editor