Question:Due to some reason, you now want all the unordered list items to be numbered. What minimum change in your CSS / HTML will do this?
A Replace all ul with ol in the HTML page
B Set list-style-type:number in the CSS
C Set list-style-type:decimal in the CSS
D Set list-style-type:integer in the CSS
+ AnswerA
+ Report