Which among the following grid classes can be used for desktop?

Questions & AnswersCategory: Programming LanguageWhich among the following grid classes can be used for desktop?
1 Answers
Lokesh Kumar Staff answered 3 years ago

a. md
 
Explanation: In Bootstrap 4, the grid system contains four classes that are xs, sm, md, and lg. The xs class is used for mobile phone (extra small screens), the sm class is used for tablets (small screens), the md class is used for medium screens such as desktop and the lg class is used for large screens that are used for larger desktops.