-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (29 loc) · 906 Bytes
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1> MY FAVORITE BOOKS <ol></h1>
<li>Dubliners</li>
<p>Author:James Joyce</p>
<P>Genre:Science-fiction</P>
<li>Aaron's Rod</li>
<p> Author:DH Lawrence</p>
<p>Genre :Romance</p>
<li>Barnaby Rudge</li>
<p>Author: Charles Dickens</p>
<p>Genre :Drama</p>
<li>Adrift on the Pacific</li>
<p> Author:Bram Stocker</p>
<p>Genre:Thriller</p>
<li>A Little Princess</li>
<p>Author:Frances Hodgson Burnett</p>
<P>Genre :Crime</P>
</ol>
</body>
</html>