File tree Expand file tree Collapse file tree 2 files changed +35
-1
lines changed
exercises/06-Practicing-Rules Expand file tree Collapse file tree 2 files changed +35
-1
lines changed Original file line number Diff line number Diff line change 1
- //nothing to see here
1
+ <!DOCTYPE html>
2
+ < html >
3
+ < head >
4
+ < meta charset ="utf-8 " />
5
+ < meta name ="viewport " content ="width=device-width " />
6
+ < link rel ="stylesheet " type ="text/css " href ="./styles.css " />
7
+ < title > 06 Practicing Rules</ title >
8
+ </ head >
9
+
10
+ < body >
11
+ < h1 > The learning essay</ h1 >
12
+ < h2 > 3 reasons you know you are learning</ h2 >
13
+ < p id ="id1 ">
14
+ We are going to explain in this pharagraph the 3 most comon signs that you should look into yourself to recognize if you are learning.
15
+ </ p >
16
+ < ol >
17
+ < li > You are able to complete the exercises by yourself.</ li >
18
+ < li > You understand what the teacher is talking about</ li >
19
+ < li > Your are able to have conversations about the topic</ li >
20
+ </ ol >
21
+ < h2 > 3 reasons you know love what you are learning</ h2 >
22
+ < ul >
23
+ < li > Time passes fast.</ li >
24
+ < li >
25
+ You are anxious to finish this excercise and start the next one.
26
+ </ li >
27
+ < li > Is 12am and you don't want to go to sleep.</ li >
28
+ </ ul >
29
+ < p >
30
+ If you can't sleep, what better than watching videos of cats?
31
+ < a href ="https://www.youtube.com/watch?v=WEgWMOzQ8IE "> click here</ a >
32
+ </ p >
33
+ </ body >
34
+ </ html >
Original file line number Diff line number Diff line change
1
+ /* add your styles here */
You can’t perform that action at this time.
0 commit comments