世界奖牌榜排行榜
```html
body {
fontfamily: Arial, sansserif;
margin: 20px;
}
h1 {
textalign: center;
}
table {
width: 100%;
bordercollapse: collapse;
margintop: 20px;
}
th, td {
padding: 10px;
textalign: left;
borderbottom: 1px solid ddd;
}
th {
backgroundcolor: f2f2f2;
}
tr:hover {
backgroundcolor: f5f5f5;
}
排名 | 国家/地区 | 金牌 | 银牌 | 铜牌 | 总计 |
---|---|---|---|---|---|
1 | 美国 | 114 | 87 | 79 | 280 |
2 | 中国 | 98 | 76 | 63 | 237 |
3 | 俄罗斯 | 72 | 57 | 63 | 192 |
4 | 英国 | 65 | 57 | 63 | 185 |
5 | 德国 | 49 | 44 | 70 | 163 |
以上数据仅供参考,实际奖牌榜排名可能会因不同赛事、赛季而有所变化。