Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9c09001 + 7399c2f commit db3bd60Copy full SHA for db3bd60
Week1/REVIEW.md
@@ -2,18 +2,23 @@
2
3
```
4
This review covers:
5
-• The division of labor between HTML and CSS
+• HTML vs CSS
6
• Introduction to HTML:
7
- • Parents, children, attributes
8
- • Indentation
+ • Tags, HTML elements and content
+ • Basic structure of HTML file
9
+ • Indentation on HTML
10
• Semantic elements
- • Paragraphs, links, images, lists
11
+ • Non-semantic elements
12
+ • Attributes
13
+ • Comments
14
• Introduction to CSS:
15
• Where can we write it and what difference does that make?
16
• Selectors (id, class, element type), properties
17
• How to structure a CSS file
18
• Naming things
19
+• Introduction to ARIA:
20
+ • Brief explanation of ARIA
21
+ • Screen readers
22
• External files: relative and absolute paths
-• Getting to know your text editor
23
24
0 commit comments