Test: Difference between revisions

From Treasura wiki
(test summary)
 
No edit summary
 
Line 1: Line 1:
article content
<table style="margin-left: auto; margin-right: auto;">
  <tr>
    <th>Firstname</th>
    <th>Lastname</th>
    <th>Age</th>
  </tr>
  <tr>
    <td>Jill</td>
    <td>Smith</td>
    <td>50</td>
  </tr>
  <tr>
    <td>Eve</td>
    <td>Jackson</td>
    <td>94</td>
  </tr>
  <tr>
    <td>John</td>
    <td>Doe</td>
    <td>80</td>
  </tr>
</table>

Latest revision as of 15:27, 4 April 2024

Firstname Lastname Age
Jill Smith 50
Eve Jackson 94
John Doe 80