css ol有序列表_經驗交流

來源:互聯網
上載者:User
今天看了振之關於有序列表的一篇文章,覺得挺不錯的。寫個例子:
類型值 產生樣式 序列舉例
A 大寫字母 A、B、C、D、E
a 小寫字母 a、b、c、c、e
I 大寫羅馬數字 I、II、III、IV、V
i 小寫羅馬數字 i、ii、iii、iv、v
1 阿拉伯數字 1、2、3、4、5
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> <title>有序列表_www.jb51.net</title> </head> <body> <ol start="4" type="1"> <li>第一名</li> <li>第二名</li> <li>第三名</li> <li>第四名</li> <li>第五名</li> <li>第六名</li> <li>第七名</li> <li>第八名</li> <li>第九名</li> <li>第十名</li> </ol> </body> </html>
[Ctrl+A 全選 注:如需引入外部Js需重新整理才能執行]
  • 相關文章

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.