-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathorganizelistclassicnavels.html
46 lines (46 loc) · 1.23 KB
/
organizelistclassicnavels.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Organize a list of classic novels</title>
</head>
<body>
<ul>
<li><a href="./index.html">home</a></li>
<li><a href="./organizelistclassicnavels.html"
>Organize list classic novels</a
></li>
<li><a href="./BenefitsReading.html/define.html"
>exploring literary classics.</a
></li>
</ul>
<ol>
<li>
<a href="./novel.html/pride-prejudice.html" target="_blank"
>"Pride and Prejudice"</a
>
by <em>Jane Austen</em>
</li>
<li>
<a href="https://www.example.com/1984-summary" target="_blank"
>"1984"</a
>
by <em> George Orwell</em>
</li>
<li>
<a
href="./novel.html/book.html/to-kill-mockingbird.html"
target="_blank"
>"To Kill a Mockingbird"</a
>
by <em> Harper Lee</em>
</li>
<li>
<a href="./novel.html/Moby-Dick.html">"Moby-Dick"</a> by
<em>Herman Melville</em>
</li>
<li>"The Great Gatsby" by <em> F. Scott Fitzgerald</em></li>
</ol>
</body>
</html>