1.

Which of the following makes the button appear pressed?(a) .btn-link(b) .disabled(c) .active(d) .btn-blockThe question was asked in examination.My doubt stems from Responsive Overview topic in section Advance HTML of HTML

Answer»

Right choice is (c) .active

To EXPLAIN I would say: .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.



Discussion

No Comment Found

Related InterviewSolutions