mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 04:05:49 +00:00
9 lines
155 B
HTML
9 lines
155 B
HTML
<!DOCTYPE html>
|
|
<body>
|
|
<div>First</div>
|
|
<div style="color: green">
|
|
Second
|
|
<div style="text-decoration: underline">Third</div>
|
|
</div>
|
|
</body>
|