mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-30 13:45:27 +00:00
7 lines
124 B
HTML
7 lines
124 B
HTML
<!DOCTYPE html>
|
|
<body>
|
|
<p>First</p>
|
|
<p style="color: green; background-color: yellow">Second</p>
|
|
<p>Third</p>
|
|
</body>
|