```html
body {
fontfamily: Arial, sansserif;
margin: 20px;
}
table {
width: 100%;
bordercollapse: collapse;
}
th, td {
padding: 8px;
textalign: left;
borderbottom: 1px solid ddd;
}
th {
backgroundcolor: f2f2f2;
}
tr:hover {
backgroundcolor: f5f5f5;
}
h1 {
textalign: center;
}
排名 | 球队 | 比赛场次 | 胜 | 平 | 负 | 进球 | 失球 | 净胜球 | 积分 |
---|---|---|---|---|---|---|---|---|---|
1 | 国家A | 3 | 3 | 0 | 0 | 8 | 1 | 7 | 9 |
2 | 国家B | 3 | 2 | 0 | 1 | 5 | 3 | 2 | 6 |
3 | 国家C | 3 | 1 | 0 | 2 | 4 | 5 | 1 | 3 |
4 | 国家D | 3 | 0 | 0 | 3 | 2 | 9 | 7 | 0 |