世界杯积分榜图片
```html
table {
width: 100%;
bordercollapse: collapse;
marginbottom: 20px;
}
table, th, td {
border: 1px solid black;
}
th, td {
padding: 8px;
textalign: center;
}
th {
backgroundcolor: f2f2f2;
}
排名 | 国家 | 比赛场次 | 胜 | 平 | 负 | 进球数 | 失球数 | 净胜球 | 积分 |
---|---|---|---|---|---|---|---|---|---|
1 | 国家A | 3 | 2 | 1 | 0 | 5 | 1 | 4 | 7 |
2 | 国家B | 3 | 2 | 0 | 1 | 4 | 2 | 2 | 6 |
3 | 国家C | 3 | 1 | 1 | 1 | 3 | 3 | 0 | 4 |
4 | 国家D | 3 | 0 | 0 | 3 | 1 | 6 | 5 | 0 |