-
Notifications
You must be signed in to change notification settings - Fork 0
/
index2.html
103 lines (95 loc) · 6.32 KB
/
index2.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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>book Review</title>
</head>
<body bgcolor="0b0a01">
<font color="ebe6dd">
<header>
<nav>
<table cellspacing="20px">
<tr>
<!-- <td><a href="#"><font color="white" size="6">Home</font>
</font> </a> |</td> -->
<td><a href="review.html"><font color="white" size="6">Review</font>
</font> </a> |</td>
<td><a href="contact.html"><font color="white" size="6">Contact Us</font>
</font></a> </td>
<!-- <td><a href="login.html">login/signup</a> </td> -->
</tr>
</table>
<center>
<img src="logo2.png" alt="Home" typeof="foaf:Image" class="img-responsive" height="125px" width="125px">
</center>
<h2>
<marquee behavior="alternate">BOOKS!📖 BOOKS!📖 BOOKS!📖 BOOKS!📖 BOOKS!📖
</marquee>
</h2>
</nav>
</header>
<img src="https://www.bookswagon.com/images/promotionimages/web/2_CuratedWeb2906.jpg" width="100%" alt="banner">
<div class="images">
</div>
<font color="ebe6dd"></font>
<div class="written">
<h3>Why You Should Read Books?</h3>
<p>Reading books offers a multitude of benefits that enrich both the mind and the soul. Firstly, books are invaluable sources of knowledge and information, providing insights into diverse subjects from history to science, and beyond. Beyond mere facts, reading stimulates cognitive abilities by sharpening critical thinking, concentration, and analytical skills. Moreover, frequent reading enhances language proficiency and expands vocabulary, thereby improving communication and writing skills. Importantly, immersing oneself in a good book can be a powerful stress-reliever, offering a temporary escape and promoting mental well-being. Additionally, reading fosters empathy and understanding by exposing readers to different viewpoints and cultures through both fiction and non-fiction narratives. Beyond these cognitive and emotional benefits, reading encourages a lifelong habit of learning and personal growth, making it a cornerstone of a fulfilling and intellectually rich life.</p>
<h2>Why Book reviewing is Important?</h2>
<ul>
<li><strong>It is important to upload reviews of books on review websites for several reasons. Firstly, reviews provide valuable insights and opinions that help potential readers make informed decisions about whether to read a book. Honest and thoughtful reviews can highlight the strengths and weaknesses of a book, guiding others to find works that match their interests and preferences.
</li>
<li><strong>Secondly, uploading reviews contributes to the literary community by fostering discussions and exchanges of ideas. Reviews can spark conversations among readers, authors, and critics, enriching the understanding and appreciation of literature.</li>
<li><strong>Furthermore, reviews play a crucial role in supporting authors and their work. Positive reviews can increase a book's visibility and sales, which in turn supports authors financially and encourages them to continue producing quality content. Conversely, constructive criticism in reviews can provide authors with valuable feedback for improvement.</li>
</ul>
</font>
<font color="yellow">
<table cellspacing="50px">
<tr>
<td border="1px"><img src="https://m.media-amazon.com/images/I/712K3sdLlRL._AC_UY218_.jpg"
alt="book image"><br>Dopamine Detox<br>★★★★✩</td>
<td><img src="https://m.media-amazon.com/images/I/81IL8Dy4vmL._AC_UY218_.jpg"
alt="book image"><br>Atomic Habbits<br>★★★★✩</td>
<td><img src="https://m.media-amazon.com/images/I/71qR+kG+43L._AC_UY218_.jpg"
alt="book image"><br>Metamorphosis<br>★★★✩✩</td>
<td><img src="https://m.media-amazon.com/images/I/61aJc8wQX4L._AC_UY218_.jpg" alt="book image"><br>You
Can<br>★★★✩✩
</td>
<td><a href="review.html">More...</a></td>
<!-- <td><img src="https://m.media-amazon.com/images/I/71yu8CAKbgL._AC_UY218_.jpg" alt="book image">
</td>
<td> <img src="https://m.media-amazon.com/images/I/71vfo4cJCjL._AC_UY218_.jpg" alt="book image"></td>
<td><img src="https://m.media-amazon.com/images/I/81TwewImvVL._AC_UY218_.jpg" alt="book image"></td> -->
</tr>
</table>
<br>
<br>
<!-- <br> -->
<br>
<!-- <br> -->
</font>
<center>
<font color="ebe6dd">
<footer>
<nav>
<table cellspacing="20px">
<tr>
<!-- <td><a href="#"><font color="white" size="6">Home</font>
</font> </a> |</td> -->
<td><a href="review.html"><font color="white" size="3">Review</font>
</font> </a> |</td>
<td><a href="contact.html"><font color="white" size="3">Contact Us</font>
</font></a> </td>
<!-- <td><a href="login.html">login/signup</a> </td> -->
</tr>
</table>
</nav>
<p>Feedback ?<a href="mailto:[email protected]"> <font color="yellow">Send email</font></a></p>
<p>Copyright © 2024 Agam</p>
</footer>
</div>
</font>
</center>
</body>
</html>