I'm trying to place to place a text underline without using CSS. I've used <p><u>text</u></p>
and class="text-decoration-underline">
, but neither seem to have an option to offset so that the text sits a few px lower than default.
Only other method I've seen is class="list-group list-group-flush">
but it takes the length of the entire page.