```html
body {
fontfamily: Arial, sansserif;
margin: 20px;
}
h1 {
textalign: center;
marginbottom: 20px;
}
table {
width: 80%;
margin: 0 auto;
bordercollapse: collapse;
}
th, td {
border: 1px solid ddd;
padding: 8px;
textalign: left;
}
th {
backgroundcolor: f2f2f2;
}
tr:nthchild(even) {
backgroundcolor: f2f2f2;
}
Latest FIFA World Cup Standings
Rank | Team | Played | Wins | Draws | Losses | Points |
---|---|---|---|---|---|---|
1 | Brazil | 3 | 3 | 0 | 0 | 9 |
2 | Germany | 3 | 2 | 0 | 1 | 6 |
3 | Argentina | 3 | 1 | 1 | 1 | 4 |
4 | France | 3 | 1 | 1 | 1 | 4 |
5 | Spain | 3 | 1 | 0 | 2 | 3 |
6 | Italy | 3 | 0 | 2 | 1 | 2 |
7 | England | 3 | 0 | 2 | 1 | 2 |
8 | Portugal | 3 | 0 | 1 | 2 | 1 |
Note: This is a hypothetical example and not the actual FIFA World Cup standings.