Skip to content

Commit 3641283

Browse files
committed
practicing rules fixed
1 parent 1a652b9 commit 3641283

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed
Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,34 @@
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>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* add your styles here */

0 commit comments

Comments
 (0)