@@ -39,7 +39,7 @@ of a tutorial the student should be focussing on.
39
39
### Prerequisites
40
40
41
41
- A text editor
42
- - Able to read and write html syntax (no need to understand what the
42
+ - Able to read and write HTML syntax (no need to understand what the
43
43
tags do)
44
44
45
45
### Learning goals
@@ -66,7 +66,7 @@ of a tutorial the student should be focussing on.
66
66
67
67
- A web browser
68
68
- A text editor
69
- - Able to read and write html syntax (no need to understand what the tags do)
69
+ - Able to read and write HTML syntax
70
70
- Able to read and write a simple CSS rule
71
71
72
72
### Learning goals
@@ -87,12 +87,13 @@ of a tutorial the student should be focussing on.
87
87
88
88
- A web browser
89
89
- A text editor
90
- - Able to read and write html syntax
90
+ - Able to read and write HTML syntax
91
91
- Able to read and write a simple CSS rule
92
92
93
93
### Learning goals
94
94
95
95
- Some understanding of how to use HTML to structure content in a document
96
+ - Know what the ` header ` and ` footer ` elements are for
96
97
- Understand floats
97
98
- Some understanding of the following position values:
98
99
- ` static `
@@ -105,14 +106,39 @@ of a tutorial the student should be focussing on.
105
106
106
107
### Prerequisites
107
108
109
+ - A web browser
110
+ - A text editor
111
+ - Able to read and write HTML syntax
112
+ - Able to read and write a simple CSS rule
113
+
108
114
### Learning goals
109
115
116
+ - Understand these properties:
117
+ - max-width, min-width
118
+ - text-shadow
119
+ - border-radius
120
+ - box-shadow
121
+ - background, background-size, background-image, background-attachment and background-repeat
122
+ - ` :not `
123
+ - ` :nth-child() `
124
+ - Understand the ` em ` and ` px ` units of measurement
125
+ - Understand rgba color and opacity
126
+
110
127
## Lesson 6: Advanced HTML5
111
128
112
129
### Prerequisites
113
130
131
+ - A web browser
132
+ - A text editor
133
+ - Able to read and write HTML5 syntax
134
+ - Able to read and write CSS3
135
+
114
136
### Learning goals
115
137
138
+ - Demonstrate ability to structure an HTML document using semantic HTML5 elements
139
+ - Demonstrate use of a range of CSS properties
140
+ - Demonstrate use of web inspector
141
+
116
142
# JavaScript
117
143
118
144
## Lesson 1: Introduction to JavaScript
0 commit comments