InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is not the value for an unordered list?(a) disc(b) square(c) circle(d) numericThe question was asked in a job interview.I would like to ask this question from Specifying Bullet Point Styles, CSS Image Alignment, ID and Class topic in division Layout & Images of CSS |
|
Answer» CORRECT answer is (d) numeric The best explanation: For unordered LIST, we can use none, disc, square, CIRCLE. For ORDERED list, we can use DECIMALS, decimal-leading-zero, lower-alpha, upper-roman, lower-roman. |
|