-
Which of the following removes the default list-style and left margin on list items?
-
- .list-inline
- .initialism
- .blockquote-reverse
- .list-unstyled
- 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.