mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00:00
11 lines
138 B
HTML
11 lines
138 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
|
|
<div class="fl" id="parent" style="color: green">
|
|
Foo <span id="test">Bar</span>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|