Home » HTML » Html miscellaneous » Question
  1. Which of the following removes the default list-style and left margin on list items?
    1. .list-inline
    2. .initialism
    3. .blockquote-reverse
    4. .list-unstyled
    5. None of these
Correct Option: D

.list-unstyled removes default list-style and left margin on list items,
It works on both <ul> and <ol>, this class only applies to immediate children list items to remove the default list-style from any nested lists, can be applied to any listed lists as well.



Your comments will be displayed only after manual approval.