Home >Web Front-end >HTML Tutorial >如何单独修改<ol>数字序号的颜色!_html/css_WEB-ITnose
纠结的问题。参考:
http://stackoverflow.com/questions/488830/ol-with-numbers-another-color
最完美的解决方法是,在
<style type="text/css">ol {color:red;}span {color:black;}</style><ol><li><span>hello</span></li><li><span>hello</span></li><li><span>hello</span></li></ol>
纠结的问题。参考:
http://stackoverflow.com/questions/488830/ol-with-numbers-another-color
最完美的解决方法是,在