Home / Programming MCQs / Bootstrap MCQs / Question

P

Parvesh Kanani • 2.84K Points
Extraordinary

Q. Which of the following class in Bootstrap is used to create a button as a link?

(A) .btn-anchor
(B) .btn-link
(C) .btn-hyperlink
(D) None of the above
Explanation by: Mr. Dubey
.btn-link is used to convert a button into link. 
<button class="btn-link">Link goes here</button>

You must be Logged in to update hint/solution

Discusssion

Login to discuss.