Q. Which of the following removes the default list-style and left margin on list items?
β
Correct Answer: (D)
.list-unstyled
Explanation: .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.