Q. Which of the following class in Bootstrap is used to create a button as a link?
β
Correct Answer: (B)
.btn-link
Explanation: .btn-link is used to convert a button into link.
<button class="btn-link">Link goes here</button>
<button class="btn-link">Link goes here</button>