```html
body {
fontfamily: Arial, sansserif;
margin: 0;
padding: 20px;
}
table {
width: 100%;
bordercollapse: collapse;
}
th, td {
padding: 10px;
textalign: left;
borderbottom: 1px solid ddd;
}
th {
backgroundcolor: f2f2f2;
}
tr:hover {
backgroundcolor: f5f5f5;
}
h1 {
textalign: center;
}
排名 | 球队 | 比赛场次 | 胜 | 平 | 负 | 进球数 | 失球数 | 净胜球 | 积分 |
---|---|---|---|---|---|---|---|---|---|
1 | 巴黎圣日耳曼 | 30 | 20 | 6 | 4 | 65 | 22 | 43 | 66 |
2 | 里尔 | 30 | 18 | 8 | 4 | 54 | 25 | 29 | 62 |
3 | 摩纳哥 | 30 | 16 | 10 | 4 | 58 | 37 | 21 | 58 |