text-underline-position: aboveの例
<p style="text-decoration: underline; text-underline-position: above;">
text-underline-position: above;
</p>
text-underline-position: above;
text-underline-position:belowの例
<p style="text-decoration: underline; text-underline-position: below;">
text-underline-position: below;
</p>
text-underline-position: below;
Aタグでの使用例
<a href="/" style="text-underline-position:adove;">リンクの下線はどうなる?</a>