```html
body {
fontfamily: Arial, sansserif;
margin: 0;
padding: 20px;
}
h1 {
textalign: center;
}
table {
width: 100%;
bordercollapse: collapse;
margintop: 20px;
}
th, td {
padding: 10px;
textalign: left;
borderbottom: 1px solid ddd;
}
th {
backgroundcolor: f2f2f2;
fontweight: bold;
}
小组 | 球队 | 比赛场次 | 胜 | 平 | 负 | 进球数 | 失球数 | 净胜球 | 积分 |
---|---|---|---|---|---|---|---|---|---|
A | 法国 | 3 | 2 | 1 | 0 | 6 | 2 | 4 | 7 |
A | 德国 | 3 | 1 | 1 | 1 | 4 | 4 | 0 | 4 |
A | 荷兰 | 3 | 1 | 0 | 2 | 3 | 6 | 3 | 3 |
A | 葡萄牙 | 3 | 0 | 2 | 1 | 2 | 4 | 2 | 2 |