bootstrap 4 link underline code example
Example 1: bootstrap underline
//add this class to the html element
.text-decoration-underline
Example 2: bootstrap link no underline
<a href="#" class="text-decoration-none">
<!-- That is all -->
</a>