Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit db3bd60

Browse files
authored
Merge pull request HackYourFuture#6 from SocialHackersCodeSchool/review-week-1
Modify REVIEW.md of Week 1
2 parents 9c09001 + 7399c2f commit db3bd60

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

Week1/REVIEW.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,23 @@
22

33
```
44
This review covers:
5-
The division of labor between HTML and CSS
5+
• HTML vs CSS
66
• 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
910
• Semantic elements
10-
• Paragraphs, links, images, lists
11+
• Non-semantic elements
12+
• Attributes
13+
• Comments
1114
• Introduction to CSS:
1215
• Where can we write it and what difference does that make?
1316
• Selectors (id, class, element type), properties
1417
• How to structure a CSS file
1518
• Naming things
19+
• Introduction to ARIA:
20+
• Brief explanation of ARIA
21+
• Screen readers
1622
• External files: relative and absolute paths
17-
• Getting to know your text editor
1823
```
1924

0 commit comments

Comments
 (0)