-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchallenge-4.html
More file actions
46 lines (40 loc) · 1.05 KB
/
challenge-4.html
File metadata and controls
46 lines (40 loc) · 1.05 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html>
<head> </head>
<body>
<ul>
<li>
<blockquote>
“The first step toward success is taken when you refuse to be a
captive of the environment in which you first find yourself.”
</blockquote>
<small>-Mark Caine</small>
</li>
<li>
<blockquote>
“Twenty years from now you will be more disappointed by the things
that you didn’t do than by the ones you did do.”
</blockquote>
<small>-Mark Twain</small>
</li>
<li>
<blockquote>
“Those who dare to fail miserably can achieve greatly.”
</blockquote>
<small>-John F. Kennedy</small>
</li>
</ul>
</body>
<!--
This is a list of quotes. each quote is a block (it's not part of a
larger body of text) each quote is followed by the author's name.
This is a list. Use the ul and li tags. An li is a block and can
contain any other markup.
Tags you might use:
- ul
- li
- blockquote
- footer
- cite
-->
</html>