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
πŸ’¬ Discuss
βœ… Correct Answer: (B) .btn-link
Explanation: .btn-link is used to convert a button into link.
<button class="btn-link">Link goes here</button>
Explanation by: Mr. Dubey
.btn-link is used to convert a button into link.
<button class="btn-link">Link goes here</button>

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
295
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Parvesh Kanani
Publisher
πŸ“ˆ
84%
Success Rate