```html
table {
width: 100%;
bordercollapse: collapse;
}
th, td {
border: 1px solid ddd;
padding: 8px;
textalign: left;
}
th {
backgroundcolor: f2f2f2;
}
Rank | Team | Played | Wins | Draws | Losses | Goals For | Goals Against | Goal Difference | Points |
---|---|---|---|---|---|---|---|---|---|
1 | Team A | 24 | 18 | 4 | 2 | 55 | 20 | 35 | 58 |
2 | Team B | 24 | 15 | 6 | 3 | 50 | 22 | 28 | 51 |
3 | Team C | 24 | 14 | 5 | 5 | 48 | 26 | 22 | 47 |
4 | Team D | 24 | 12 | 7 | 5 | 42 | 28 | 14 | 43 |
5 | Team E | 24 | 11 | 6 | 7 | 38 | 30 | 8 | 39 |