```html
body {
fontfamily: Arial, sansserif;
backgroundcolor: f4f4f4;
margin: 20px;
}
h1 {
textalign: center;
color: 333;
}
table {
width: 100%;
bordercollapse: collapse;
margintop: 20px;
}
th, td {
padding: 10px;
textalign: center;
borderbottom: 1px solid ddd;
}
th {
backgroundcolor: f2f2f2;
}
tr:nthchild(even) {
backgroundcolor: f9f9f9;
}
小组 | 球队 | 比赛场次 | 胜 | 平 | 负 | 进球 | 失球 | 净胜球 | 积分 |
---|---|---|---|---|---|---|---|---|---|
A | 英格兰 | 3 | 2 | 1 | 0 | 6 | 2 | 4 | 7 |
A | 法国 | 3 | 2 | 0 | 1 | 5 | 3 | 2 | 6 |
A | 瑞士 | 3 | 1 | 1 | 1 | 4 | 4 | 0 | 4 |
A | 保加利亚 | 3 | 0 | 0 | 3 | 1 | 7 | 6 | 0 |