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.
1 parent b7037a7 commit b220e1dCopy full SHA for b220e1d
coaches/lesson-guide.md
@@ -85,8 +85,22 @@ of a tutorial the student should be focussing on.
85
86
### Prerequisites
87
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
+
93
### Learning goals
94
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
104
## Lesson 5: Diving into HTML5 and CSS3
105
106
0 commit comments