mirror of
https://github.com/standardebooks/f-scott-fitzgerald_the-great-gatsby.git
synced 2025-09-02 20:25:58 -04:00
Add <time> semantics to tabular data
This commit is contained in:
parent
df22546072
commit
c11a654a15
1 changed files with 8 additions and 8 deletions
|
@ -124,46 +124,46 @@
|
|||
<p>“He come out to see me two years ago and bought me the house I live in now. Of course we was broke up when he run off from home, but I see now there was a reason for it. He knew he had a big future in front of him. And ever since he made a success he was very generous with me.”</p>
|
||||
<p>He seemed reluctant to put away the picture, held it for another minute, lingeringly, before my eyes. Then he returned the wallet and pulled from his pocket a ragged old copy of a book called <i epub:type="se:name.publication.book">Hopalong Cassidy</i>.</p>
|
||||
<p>“Look here, this is a book he had when he was a boy. It just shows you.”</p>
|
||||
<p>He opened it at the back cover and turned it around for me to see. On the last flyleaf was printed the word <b>schedule</b>, and the date September 12, 1906. And underneath:</p>
|
||||
<p>He opened it at the back cover and turned it around for me to see. On the last flyleaf was printed the word <b>schedule</b>, and the date <time datetime="1906-09-12">September 12, 1906</time>. And underneath:</p>
|
||||
<table>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Rise from bed</td>
|
||||
<td>6:00</td>
|
||||
<td><time datetime="1906-09-12T06:00">6:00</time></td>
|
||||
<td>
|
||||
<abbr>a.m.</abbr>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Dumbell exercise and wall-scaling</td>
|
||||
<td>6:15–6:30</td>
|
||||
<td><time datetime="1906-09-12T06:15">6:15</time>–<time datetime="1906-09-12T06:30">6:30</time></td>
|
||||
<td>”</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Study electricity, <abbr>etc.</abbr></td>
|
||||
<td>7:15–8:15</td>
|
||||
<td><time datetime="1906-09-12T07:15">7:15</time>–<time datetime="1906-09-12T08:15">8:15</time></td>
|
||||
<td>”</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Work</td>
|
||||
<td>8:30–4:30</td>
|
||||
<td><time datetime="1906-09-12T08:30">8:30</time>–<time datetime="1906-09-12T16:30">4:30</time></td>
|
||||
<td>
|
||||
<abbr>p.m.</abbr>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Baseball and sports</td>
|
||||
<td>4:30–5:00</td>
|
||||
<td><time datetime="1906-09-12T16:30">4:30</time>–<time datetime="1906-09-12T17:00">5:00</time></td>
|
||||
<td>”</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Practise elocution, poise and how to attain it</td>
|
||||
<td>5:00–6:00</td>
|
||||
<td><time datetime="1906-09-12T17:00">5:00</time>–<time datetime="1906-09-12T18:00">6:00</time></td>
|
||||
<td>”</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Study needed inventions</td>
|
||||
<td>7:00–9:00</td>
|
||||
<td><time datetime="1906-09-12T19:00">7:00</time>–<time datetime="1906-09-12T21:00">9:00</time></td>
|
||||
<td>”</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue