experiment with a table
parent
ccf69aabbc
commit
43762a5284
18
books.html
18
books.html
|
@ -3,6 +3,24 @@
|
|||
<div>
|
||||
<h3>Books I've read in 2021 A.D.
|
||||
</h3>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Author</th>
|
||||
<th>Title</th>
|
||||
<th>First published in the year</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Sir Arthur Conan Doyle</td>
|
||||
<td>"The hound of the Baskervilles"</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Rania Abouzeid</td>
|
||||
<td>"No turning back: Life,
|
||||
loss, and hope in wartime Syria"</td>
|
||||
<td>2019</td>
|
||||
</tr>
|
||||
</table>
|
||||
<ol>
|
||||
<li>Sir Arthur Conan Doyle. "The hound of the Baskervilles".
|
||||
</li>
|
||||
|
|
Loading…
Reference in New Issue