-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
64 lines (52 loc) · 1.65 KB
/
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html>
<head>
<style>
body{
background-color:rgb(37, 30, 32) ;
}
</style>
<title>Bookstore</title>
<link rel="stylesheet" href="style.css">
<style>h2{color:brown;background-color: burlywood;</style>
</head>
<body>
<header>
<h1>
Bookshop.org
</h1>
<nav>
<ul>
<li><a href="https://www.google.com/">Home</a></li>
<li><a href="https://www.google.com/"">Facebook</a></li>
<li><a href="https://www.google.com/"">About</a></li>
<li><a href="https://www.google.com/"">Instagram</a></li>
<li><a href="https://www.google.com/"">Contact</a></li>
</ul>
</nav>
</header>
<main>
<script src ="app.js"></script>
<h2>
Class 1 Lab
</h2>
<section>
<div>
<p style="text-align:center;"><img src="https://lelobooks.files.wordpress.com/2014/06/logo-11.jpg"style="width:1500px;height:600px"></p>
</div>
</section>
<section>
<hr>
<pre>
<center>
<p1> What is your name ?</p1>
<p2> What is your age?</p2>
<p3>Are you interested in reading books?</p3>
<p4>What is your favourite book?</p4>
</center>
</pre>
</hr>
</section>
</main>
</body>
</html>