Home » HTML » Html miscellaneous » Question
  1. Which character is used to differentiating between choices to list items?
    1. ‘#’
    2. ‘$’
    3. ‘|’
    4. ‘>’
    5. 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.



Your comments will be displayed only after manual approval.