运行 ❯
获取您
的
网站
×
更改方向
保存代码
更改主题,深色/浅色
转到 Spaces
<!DOCTYPE html> <html> <body> <h1>The ol reversed attribute</h1> <ol reversed> <li>Coffee</li> <li>Tea</li> <li>Milk</li> </ol> <p><strong>Note:</strong> The reversed attribute of the ol tag is not supported in Edge prior version 79.</p> </body> </html>