Skip to content

Commit 5dfd477

Browse files
author
Helen Brockelbank
committed
updated lessons 5 and 6
1 parent b220e1d commit 5dfd477

File tree

1 file changed

+29
-3
lines changed

1 file changed

+29
-3
lines changed

coaches/lesson-guide.md

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ of a tutorial the student should be focussing on.
3939
### Prerequisites
4040

4141
- 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
4343
tags do)
4444

4545
### Learning goals
@@ -66,7 +66,7 @@ of a tutorial the student should be focussing on.
6666

6767
- A web browser
6868
- 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
7070
- Able to read and write a simple CSS rule
7171

7272
### Learning goals
@@ -87,12 +87,13 @@ of a tutorial the student should be focussing on.
8787

8888
- A web browser
8989
- A text editor
90-
- Able to read and write html syntax
90+
- Able to read and write HTML syntax
9191
- Able to read and write a simple CSS rule
9292

9393
### Learning goals
9494

9595
- Some understanding of how to use HTML to structure content in a document
96+
- Know what the `header` and `footer` elements are for
9697
- Understand floats
9798
- Some understanding of the following position values:
9899
- `static`
@@ -105,14 +106,39 @@ of a tutorial the student should be focussing on.
105106

106107
### Prerequisites
107108

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+
108114
### Learning goals
109115

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+
110127
## Lesson 6: Advanced HTML5
111128

112129
### Prerequisites
113130

131+
- A web browser
132+
- A text editor
133+
- Able to read and write HTML5 syntax
134+
- Able to read and write CSS3
135+
114136
### Learning goals
115137

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+
116142
# JavaScript
117143

118144
## Lesson 1: Introduction to JavaScript

0 commit comments

Comments
 (0)