HTML
<h5>auto</h5>
<div style="text-decoration:underline; text-underline-position:auto; font:24pt Times">
Apple Orange Grape
</div>
<h5>alphabetic</h5>
<div style="text-decoration:underline; text-underline-position:alphabetic; font:24pt Times">
Apple Orange Grape
</div>
<h5>below</h5>
<div style="text-decoration:underline; text-underline-position:below; font:24pt Times">
Apple Orange Grape
</div>
<h5>left</h5>
<div style="text-decoration:underline; text-underline-position:left; font:24pt Times">
Apple Orange Grape
</div>
<h5>right</h5>
<div style="text-decoration:underline; text-underline-position:right; font:24pt Times">
Apple Orange Grape
</div>
表示
auto
Apple Orange Grape
alphabetic
Apple Orange Grape
below
Apple Orange Grape
left
Apple Orange Grape
right
Apple Orange Grape