<OL>标记用于定义有序列表(ordered list)。
HTML5 <OL>标签示例
<html> <head></head> <body> <ol> <li>PHP</li> <li>Java</li> </ol> <ol start="6"> <li>ASP</li> <li>Python</li> </ol> </body> </html>
日期:2020-04-11 23:04:17 来源:oir作者:oir
<OL>标记用于定义有序列表(ordered list)。
<html> <head></head> <body> <ol> <li>PHP</li> <li>Java</li> </ol> <ol start="6"> <li>ASP</li> <li>Python</li> </ol> </body> </html>