What is wrong with the following style?ol {   list-style-type: square;}

A. This is the style for an unordered list, and the selector should be changed to ul.
B. The value of a square cannot be used for ordered lists.
C. Nothing; the style is correct.
D. both a and b

Answer: D

Computer Science & Information Technology

You might also like to view...

Sometimes your data will have a unique identifier that is already a part of your data. When that is true, you can use the field as a ________ key

A) foreign B) natural primary C) composite D) primary

Computer Science & Information Technology

A development team has adopted a new approach to projects in which feedback is iterative and multiple iterations of deployments are provided within an application’s full life cycle. Which of the following software development methodologies is the development team using?

A. Waterfall B. Agile C. Rapid D. Extreme

Computer Science & Information Technology