-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsynopsis.html
More file actions
19 lines (18 loc) · 1.11 KB
/
synopsis.html
File metadata and controls
19 lines (18 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<html>
<head>
<link rel="stylesheet" href="styles/bootstrap.css" type="text/css"/>
<link rel="stylesheet" href="styles/style.css" type="text/css"/>
</head>
<link rel="icon" type="image/png" href="images/favicon.png">
<body>
<div id='siteHeaderBox'>
<a id="siteHeaderLink" href="./">
<h1 id="siteHeader">WELLREAD</h1>
</a>
</div>
<h1>What is a book synopsis?</h1>
<p>You can think of a synopsis as an Executive Summary of a book - it will tell you all of the key points, in a factual and non-biased or opinionated format. It is NOT a book review - we aren't telling you whether or not you should read the book, you can make your own mind up. We are just trying to help you make an informed decision based on a complete and accurate summary of the book.</p>
<h1>How to write a good book synopsis?</h1>
<p>Start by summarisng the key takeaways or lessons learnt, if it's non-fiction. For fictional content, it's a little trickier - you don't want necessarily want to give the game away, although a thorough book synopsis will often contain spoilers!</p>
</body>
</html>