Line 1: | Line 1: | ||
<h1 id="description">Description</h1> | <h1 id="description">Description</h1> | ||
− | < | + | <table style="width:100%"> |
+ | <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> |
Revision as of 04:19, 4 October 2018
Description
Firstname | Lastname | Age |
---|---|---|
Jill | Smith | 50 |
Eve | Jackson | 94 |
John | Doe | 80 |