-
Notifications
You must be signed in to change notification settings - Fork 0
/
book_review.html
37 lines (33 loc) · 2.38 KB
/
book_review.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
<!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>
<link rel="stylesheet" href="book_review.css">
</head>
<body>
<div class="container">
<div class="textcontainer">
<div class="textinner">
<h1>ARACHAR</h1>
<h3>K R Meera</h3>
<div class="listcontainer">
<li><a href="">Print |</a></li>
<li><a href=""> Ebook |</a></li>
<li><a href=""> Audio Book</a></li>
</div>
<p>Aarachaar (Ārāccāṟ lit. 'Executioner'; transl. Hangwoman: Everyone Loves a Good Hanging) is a Malayalam novel written by K. R. Meera.[1] Originally serialised in Madhyamam Weekly in continuous 53 volumes, the novel was published as a book by DC Books in 2012. It was translated by J. Devika into English under the title Hangwoman: Everyone Loves a Good Hanging (Hamish Hamilton, 2014).
Set in Bengal, it tells the story of a family of executioners with a long lineage, beginning in the fourth century BC. The protagonist of the novel, Chetna, is a strong and tenacious woman who struggles to inherit this profession.
arachaar (Ārāccāṟ lit. 'Executioner'; transl. Hangwoman: Everyone Loves a Good Hanging) is a Malayalam novel written by K. R. Meera.[1] Originally serialised in Madhyamam Weekly in continuous 53 volumes, the novel was published as a book by DC Books in 2012. It was translated by J. Devika into English under the title Hangwoman: Everyone Loves a Good Hanging (Hamish Hamilton, 2014).
Set in Bengal, it tells the story of a family of executioners with a long lineage, beginning in the fourth century BC. The protagonist of the novel, Chetna, is a strong and tenacious woman who struggles to inherit this profession.arachaar (Ārāccāṟ lit. 'Executioner'; transl. Hangwoman: Everyone Loves a Good Hanging) is a Malayalam novel written by K. R. Meera.[1] Originally serialised
in Madhyamam Weekly in continuous 53 volumes, the novel was published as a book by DC Books in 2012.
</p>
</div>
</div>
<div class="imgContainer">
<img src="IMG1.jpeg">
</div>
</div>
</body>
</html>