源代码
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>编程字典</title> </head> <body> <ol reversed> <li>咖啡</li> <li>茶</li> <li>牛奶</li> </ol> <p><strong>注意:</strong> IE 和 Safari 5.1 和早期版本 不支持 ol的reversed 属性</p> </body> </html>
运行结果