• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8">
2<title>Sales volume by publisher</title>
3</head>
4<body><h1>Sales volume by publisher</h1>
5<table><tr><th>Publisher</th>
6<th>Total Sales Value</th>
7</tr>
8<tr><td>HarperCollins</td>
9<td>235</td>
10</tr>
11<tr><td>Penguin Books</td>
12<td>12</td>
13</tr>
14</table>
15</body>
16</html>
17