HTML表格:修订历史

本页内容

差异选择:选中要对比的版本的单选按钮,按Enter键或下方的按钮。
说明:(当前)=与最后版本之间的差异,(之前)=与上一版本之间的差异,=小编辑。

2022年8月4日 (星期四)

  • 当前之前 21:592022年8月4日 (四) 21:59Neo 讨论 贡献 2,864字节 +2,864 创建页面,内容为“22 HTML 表格允许 Web 开发人员将数据排列成行和列。 <table class="table"> <thead> <tr> <th scope="col">#</th> <th scope="col">First</th> <th scope="col">Last</th> <th scope="col">Handle</th> </tr> </thead> <tbody> <tr> <th scope="row">1</th> <td>Mark</td> <td>Otto</td> <td>@mdo</td> </tr> <tr> <th scope="row">2</th> <td>Jacob</td>…”