mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-30 13:45:27 +00:00
9 lines
133 B
HTML
9 lines
133 B
HTML
<!DOCTYPE html>
|
|
<body>
|
|
<p>First</p>
|
|
<div style="text-decoration: underline">
|
|
<p>Second</p>
|
|
<p>Third</p>
|
|
</div>
|
|
</body>
|