blob: bdb1ffcc4d85a3f3677b98ad2f1f2239e8325848 [file] [edit]
<!DOCTYPE html>
<style>
#s1 {
background-color: green;
}
</style>
<div>
<span id="s1">green</span>
</div>
<div>
<span>not green</span>
</div>