InterviewSolution
Saved Bookmarks
| 1. |
What is the range of dimension for small devices?(a) 450px to 700px(b) 768px to 991px(c) 992px to 1199px(d) 120px to 500pxI got this question during an online interview.This key question is from Responsive Overview in chapter Advance HTML of HTML |
|
Answer» RIGHT answer is (B) 768px to 991px Best EXPLANATION: Small devices are defined as a SCREEN width from 768px to 991px. For small devices we use the class .col-sm-*, for medium devices the screen width from 992px to 1199PX. |
|