运行 ❯
建立您
自己的
网站
×
更改方向
保存代码
更改主题,深色/浅色
前往 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>