Skip to content

Commit b220e1d

Browse files
author
Helen Brockelbank
committed
updated lesson 4 in coach document
1 parent b7037a7 commit b220e1d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

coaches/lesson-guide.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,22 @@ of a tutorial the student should be focussing on.
8585

8686
### Prerequisites
8787

88+
- A web browser
89+
- A text editor
90+
- Able to read and write html syntax
91+
- Able to read and write a simple CSS rule
92+
8893
### Learning goals
8994

95+
- Some understanding of how to use HTML to structure content in a document
96+
- Understand floats
97+
- Some understanding of the following position values:
98+
- `static`
99+
- `relative`
100+
- `absolute`
101+
- `fixed`
102+
- Some understanding of z-index
103+
90104
## Lesson 5: Diving into HTML5 and CSS3
91105

92106
### Prerequisites

0 commit comments

Comments
 (0)