blob: cc0ff22e66143aa9a9f19c502b1d9968daef5b9c (
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: 100px;">
This text should be entirely underlined, without the underline sticking out.
</div>
</body>
</html>
|