experiment with a table
parent
ccf69aabbc
commit
43762a5284
18
books.html
18
books.html
|
@ -3,6 +3,24 @@
|
||||||
<div>
|
<div>
|
||||||
<h3>Books I've read in 2021 A.D.
|
<h3>Books I've read in 2021 A.D.
|
||||||
</h3>
|
</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>
|
<ol>
|
||||||
<li>Sir Arthur Conan Doyle. "The hound of the Baskervilles".
|
<li>Sir Arthur Conan Doyle. "The hound of the Baskervilles".
|
||||||
</li>
|
</li>
|
||||||
|
|
Loading…
Reference in New Issue