定义一个列表样式为项目符号采用默认圆点、列表行高33px、字体大小22px,如何表达()
定义一个列表样式为项目符号采用默认圆点、列表行高33px、字体大小22px,如何表达()
A.ullist-style-type:disc;line-height:33px;font-size:22px
B.ullist-style-type:disc;height:33px;font-size:22px
C.ullist-style-type:disc;height:33px;size:22px
D.ullist-style:disc;height:33px;size:22px
正确答案:A