(Choose 1 answer)
How do you create tabs in Bootstrap?
A. By using the <tab> HTML element.
B. By using the nav and .nav-item classes along with the data-bs-toggle="tab" attribute.
C. By using JavaScript to dynamically create and manipulate tab elements.
D. By applying the tab class to the container element.
Q: 13