```html
body {
fontfamily: Arial, sansserif;
margin: 20px;
}
table {
width: 100%;
bordercollapse: collapse;
margintop: 20px;
}
th, td {
padding: 10px;
textalign: left;
borderbottom: 1px solid ddd;
}
th {
backgroundcolor: f2f2f2;
}
h1 {
textalign: center;
}
Rank | Team | Played | Won | Drawn | Lost | Goals For | Goals Against | Points |
---|---|---|---|---|---|---|---|---|
1 | Team A | 8 | 6 | 1 | 1 | 20 | 5 | 19 |
2 | Team B | 8 | 5 | 2 | 1 | 18 | 7 | 17 |
3 | Team C | 8 | 4 | 3 | 1 | 15 | 8 | 15 |