Notes
HTML
Chapter 3
- Different types of lists
- /<ol></ol>
- /<li></li>
- /<ul></ul>
- /<li></li>
Chapter 13
- boxes
- dimensions = width, height
- limiting width = min-width, max-width
- limiting height = min-height, max height
- overflowing content = overflow
- padding
- margin
- centering content
JavaScript
Chapter 2
- statements
- comments
- Variables
- data types
- string
- boolean
- numbers
- array