Hi.
I have the below code.
<div class="row" id="Currentyearreporting" style="text-align: center;">
<button type="button" id="SignatureMaintenance_Currentyearreporting_Button" class="btn btn-secondary" style="color: red;background-color: lightgrey;">Current year PR Signatures</button>
<button type="button" id="SignatureMaintenance_Prioryearreporting_Button" class="btn btn-secondary" style="color: red;background-color: lightgrey;">Prior year PR Signatures</button>
</div>
Is it possible to convert the above code into bootstrap tabs?