HTML & CSS
HTML
Basics
- Block element and inline element
- Element
- Void elements
- Container Element
- Attributes
- boolean attributes
- lang attribute
- Nesting
<!DOCTYPE html>
- head
<meta>
<meta charset="utf-8">
- Adding an author and description
VS
- h1 vs title in head
<em>
vs<i>
<b>
vs<strong>
GOOD TO KNOW
- Whitespace
- entity references
< \<
> \>
\"
- Open Graph Data
CSS
- Anatomy of CSS ruleset
- Selecters
- Element
- Id, Class
- Attribute
- Pseudo
- Box model