Wiki source code of Timetable
Version 3.1 by Andrei Stefan on 2022/02/15 11:34
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
3.1 | 1 | |
2 | {{html}} | ||
![]() |
2.1 | 3 | <table> |
4 | <tr> | ||
5 | <th>Company</th> | ||
6 | <th>Contact</th> | ||
7 | <th>Country</th> | ||
8 | </tr> | ||
9 | <tr> | ||
10 | <td>Alfreds Futterkiste</td> | ||
11 | <td>Maria Anders</td> | ||
12 | <td>Germany</td> | ||
13 | </tr> | ||
14 | <tr> | ||
15 | <td>Centro comercial Moctezuma</td> | ||
16 | <td>Francisco Chang</td> | ||
17 | <td>Mexico</td> | ||
18 | </tr> | ||
19 | </table> | ||
![]() |
3.1 | 20 | {{/html}} |
21 |