-
Which character is used to differentiating between choices to list items?
-
- ‘#’
- ‘$’
- ‘|’
- ‘>’
- None of these
Correct Option: C
‘|’, a pipe character is used to differentiate between choices. It is a separating character. It can be emulated by adding borders to list items. E.g. #pipe ul li.first {margin-left: 0; list-style: none; margin-left: none; display: inline; }. Here we have added class=”first” so that it does not end up with a border on the left side.