πŸ“Š Bootstrap
Q. Which of the following removes the default list-style and left margin on list items?
  • (A) .list-inline
  • (B) .initialism
  • (C) .blockquote-reverse
  • (D) .list-unstyled
πŸ’¬ Discuss
βœ… 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.

Explanation by: Vaibhav Shukla
.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.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
253
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Vaibhav Shukla
Publisher
πŸ“ˆ
91%
Success Rate