File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
```
4
4
This review covers:
5
- • The division of labor between HTML and CSS
5
+ • HTML vs CSS
6
6
• Introduction to HTML:
7
- • Parents, children, attributes
8
- • Indentation
7
+ • Tags, HTML elements and content
8
+ • Basic structure of HTML file
9
+ • Indentation on HTML
9
10
• Semantic elements
10
- • Paragraphs, links, images, lists
11
+ • Non-semantic elements
12
+ • Attributes
13
+ • Comments
11
14
• Introduction to CSS:
12
15
• Where can we write it and what difference does that make?
13
16
• Selectors (id, class, element type), properties
14
17
• How to structure a CSS file
15
18
• Naming things
19
+ • Introduction to ARIA:
20
+ • Brief explanation of ARIA
21
+ • Screen readers
16
22
• External files: relative and absolute paths
17
- • Getting to know your text editor
18
23
```
19
24
You can’t perform that action at this time.
0 commit comments