-
Notifications
You must be signed in to change notification settings - Fork 0
/
2ndchallenge.html
32 lines (32 loc) · 1.44 KB
/
2ndchallenge.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE HTML>
<html>
<head>
<title>Challenge: You can learn text tags</title>
<meta charset="utf-8">
</head>
<body>
<p>
<strong> Nobody’s born smart. We all start at 0. </strong> <em>Can’t talk, can’t walk, certainly can’t do algebra.<br>
Adding, reading, writing, riding a bike.</em> Nobody’s good at anything at first.<br>
There was a time when Einstein couldn’t count to 10.<br>
And Shakespeare had to learn his ABCs just like the rest of us.<br>
Thankfully, we are born to learn.<br>
Slowly. Surely. You stumble, slip, crawl, fall and fail and fall.<br>
Frustrating. Confusing. Trying. Struggling.<br>
Until one day, you walk.<br>
<em>One foot in front of the other.</em> One idea on top of the next.<br>
Each wrong answer making your brain a little bit stronger.<br>
<strong>Failing is just another word for growing.</strong> And you keep going.<br>
This. is. learning.<br>
It’s not that you don’t get it. <br>
You just don’t get it, yet.
Because the most beautiful, complex concepts in the whole universe<br>
are built on basic ideas that anyone, anywhere can understand.<br>
Whoever you are, wherever you are.<br>
</p>
<p>
<strong> You only have to know one thing:<br>
<em>You can learn anything.</em></strong>
</p>
</body>
</html>