-
Notifications
You must be signed in to change notification settings - Fork 0
/
Ch7_Q2.html
83 lines (74 loc) · 3.21 KB
/
Ch7_Q2.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Chpter 7 Q2</title>
</head>
<body>
<h1><b>The Bookworm: The Better book store </b></h1>
<blockquote>"Old books are best-- how tale and rhyme
<br>
Float with us down the stream of time"
<br>
--Clarence Urmy, <i>Old Song are BEst!</i></blockquote>
<br>
<address id="p1">
The bookworm boolk Shop
<br>
1354 Applewood Dr
<br>
Springfield,CA 94545
<br>
(115)56784
</address>
<h1>Contents </h1>
<ul>
<li><a href="https://www.google.co.in/">About the bookworm bookshiop</a></li>
<li><a href="https://www.google.co.in/">recent title </a></li>
<li><a href="https://www.google.co.in/" >upcomming events </a> </li>
</ul>
<br>
<h1>About the Bookworm BookShop</h1>
<p>Since 1933, the Bookworm Bookshop has offered rare and hard to find titles for the discerning reader. </p>
<p>The Bookworm offers:</p>
<p><ul>
<li>Friendly, knowledgeable, and courteous help</li>
<li>Free coffee and juice for our customers</li>
<li>A well-lit reading room so you can "try before you buy"</li>
<li>Four friendly cats: Esnerelda, Catherine, Dulcinea and Beatrice</li>
</ul></p>
Our hours are <b>10am to 9pm</b> weekdays, <b>noon to 7</b> on weekends.
<p>
<a href = "#"><u>Back to Contents</u></a> | <a href = "#"><u>Back to top</u></a>
</p>
<h1>recent title (as July 11,2012)</h1>
<ul>
<li>Sanra Beller, <a href="#">Bellondana </a></li>
<li>John Grisham, <a href="#">The Litigators</a></li>
<li>Maxwel, <a href="#"> Legion </a></li>
</ul>
<p>
<a hrBookworm will be closeef = "#"><u>Back to Contents</u></a> | <a href = "#"><u>Back to top</u></a>
</p>
<h1>Upcoming Events </h1>
<ul>
<li><b>The Carole day </b> Lorem ipsum dolor sit amet consectetur </li>
<li><b>The Bookworm will be close </b> Lorem ipsum dolor sit amet consectetur </li>
<li><b>The Children's Day </b> Lorem ipsum dolor sit amet consectetur </li>
<br>
</ul>
<p>
<a href = "#"><u>Back to Contents</u></a> | <a href = "#"><u>Back to top</u></a>
</p>
<address>
Springfield,CA 94545
<br>
(115)56784
<br>
<a href="mail.com">lemay@gmail.com</a>
<br>
© copyright 1012 the Bookworm
</address>
</body>
</html>