Home / Programming MCQs / Bootstrap MCQs / Question

V

Vaibhav Shukla • 4.53K Points
Extraordinary

Q. Which of the following forces an element to be hidden?

(A) .icon-bar
(B) .hidden
(C) .hidden-*
(D) .hide

Explanation:

.hidden forces an element to be hidden (display:none), .hidden-* hides content depending on screen size, .hide is deprecates, .icon-bar is used in the navbar to create hamburger menu.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.