“模板:Lily一览”的版本间的差异
跳到导航
跳到搜索
Tamba Akari(讨论 | 贡献) (建立内容为“123”的新页面) |
Tamba Akari(讨论 | 贡献) 小 |
||
第1行: | 第1行: | ||
− | + | <table> | |
+ | <caption> | ||
+ | Front-end web developer course 2021 | ||
+ | </caption> | ||
+ | <thead> | ||
+ | <tr> | ||
+ | <th scope="col">Person</th> | ||
+ | <th scope="col">Most interest in</th> | ||
+ | <th scope="col">Age</th> | ||
+ | </tr> | ||
+ | </thead> | ||
+ | <tbody> | ||
+ | <tr> | ||
+ | <th scope="row">Chris</th> | ||
+ | <td>HTML tables</td> | ||
+ | <td>22</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <th scope="row">Dennis</th> | ||
+ | <td>Web accessibility</td> | ||
+ | <td>45</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <th scope="row">Sarah</th> | ||
+ | <td>JavaScript frameworks</td> | ||
+ | <td>29</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <th scope="row">Karen</th> | ||
+ | <td>Web performance</td> |
2024年9月17日 (二) 19:10的版本
<thead>
</thead>
<tbody>
Person | Most interest in | Age |
---|---|---|
Chris | HTML tables | 22 |
Dennis | Web accessibility | 45 |
Sarah | JavaScript frameworks | 29 |
Karen | Web performance |