```html
body {
fontfamily: Arial, sansserif;
margin: 0;
padding: 20px;
}
h1 {
textalign: center;
}
table {
width: 100%;
bordercollapse: collapse;
margintop: 20px;
}
th, td {
padding: 10px;
textalign: center;
borderbottom: 1px solid ddd;
}
th {
backgroundcolor: f2f2f2;
}
tr:nthchild(even) {
backgroundcolor: f2f2f2;
}
排名 | 球队 | 比赛场次 | 胜 | 平 | 负 | 进球 | 失球 | 净胜球 | 积分 |
---|---|---|---|---|---|---|---|---|---|
1 | 意大利 | 6 | 6 | 0 | 0 | 15 | 1 | 14 | 18 |
2 | 瑞士 | 6 | 4 | 0 | 2 | 10 | 6 | 4 | 12 |
3 | 挪威 | 6 | 3 | 0 | 3 | 11 | 9 | 2 | 9 |
4 | 北爱尔兰 | 6 | 2 | 0 | 4 | 4 | 10 | 6 | 6 |
5 | 保加利亚 | 6 | 0 | 2 | 4 | 3 | 13 | 10 | 2 |
6 | 立陶宛 | 6 | 0 | 2 | 4 | 2 | 14 | 12 | 2 |