Home / Programming MCQs / Bootstrap MCQs / Question

D

Deepak Sahoo • 10.60K Points
Tutor II

Q. Which of the following makes the button appear pressed?

(A) .disabled
(B) .active
(C) .btn-block
(D) .btn-link

Explanation:

.active makes the button appear pressed, .disabled makes button disabled, .btn-link makes the button look like a link, .btn-block makes a block-level button, spans the full width of the parent element.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.