blob: 25b77754a444e1acd8981c1060243e601d709a74 (
plain)
1
2
3
4
5
6
7
8
9
|
<!DOCTYPE html>
<html>
<body style="width: 400px; padding: 0 200px">
<div style="text-decoration: underline;
text-indent: 25%;">
This text should be entirely underlined, without the underline sticking out.
</div>
</body>
</html>
|