Answer: we have to disable the button to the user which doesn't been accessed
Example :
<div>
<a href="#" class="btn btn-info disabled">Disabled Button</a>
<a href="#" class="btn btn-info">Normal Button</a>
</div>
Run the code in the browser and see the disable buttons
Asked In: While Learning |
Alert Moderator