diff options
Diffstat (limited to 'note/pronouns.html')
-rwxr-xr-x | note/pronouns.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/note/pronouns.html b/note/pronouns.html index 404e794..8f5b124 100755 --- a/note/pronouns.html +++ b/note/pronouns.html @@ -16,32 +16,32 @@ </p> <table> <tr> - <th>Form</th> - <th>English</th> - <th>中文</th> + <td>Form</td> + <td>English</td> + <td>中文</td> </tr> <tr> - <th>Nominative</th> + <td>Nominative</td> <td>They</td> <td>他</td> </tr> <tr> - <th>Accusative</th> + <td>Accusative</td> <td>Them</td> <td>他</td> </tr> <tr> - <th>Prenominal possessive</th> + <td>Prenominal possessive</td> <td>Their</td> <td>他的</td> </tr> <tr> - <th>Prenominal possessive</th> + <td>Prenominal possessive</td> <td>Theirs</td> <td>他的</td> </tr> <tr> - <th>Reflexive</th> + <td>Reflexive</td> <td>Themself</td> <td>他自己</td> </tr> |