mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 20:47:44 +00:00
10 lines
265 B
HTML
10 lines
265 B
HTML
|
<!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>
|