Q38/40
(2 Marks)
What width does the following element have?
<div class="col-xs-13"></div>
A
The answer depends on the screen width.
fo
E
B
Width will always be 0%.
C
Width will always be 100%.
D
Width will be 50% below 768px.
w
Answers
Answered by
0
Answer:CWidth will always be 100%.
Explanation:
Answered by
0
Answer:
The correct answer is:
Width will always be 100%
Explanation:
We use col-xs class under the bootstrap framework to make our website flexible to all the screen size. col-xs is specially used for extra small class. It applies a grid column class to an element when the screen is narrower than 576px.
Here class is col-xs-13. Since bootstrap grid consist of only 12 columns and when you use col-xs-13 because no styles are defined for that class. That's why it take full screen width i.e. 100%
#SPJ3
Similar questions