
乒乓球比赛成绩表怎么填写
```html
table {
width: 100%;
bordercollapse: collapse;
}
th, td {
padding: 8px;
textalign: left;
borderbottom: 1px solid ddd;
}
th {
backgroundcolor: f2f2f2;
}
tr:hover {
backgroundcolor: f5f5f5;
}
排名 | 选手姓名 | 所属队伍 | 比赛得分 |
---|---|---|---|
1 | 张三 | 红队 | 95 |
2 | 李四 | 蓝队 | 92 |
3 | 王五 | 绿队 | 89 |
4 | 赵六 | 黄队 | 87 |
5 | 钱七 | 紫队 | 85 |