【HTML】ol / ul的type參數

ol tag

type=”A”

ol(type="A")
  li type這個參數
  li IE也可以用
  1. type這個參數
  2. IE也可以用

type=”1″

  1. type這個參數
  2. IE也可以用

ul tag

type=”square”

  • type這個參數
  • IE也可以用

type=”circle”

  • type這個參數
  • IE也可以用