<!DOCTYPE html>
<style>
rect {
fill: green;
}
</style>
<svg width="100" height="100">
<g>
<rect x="0" y="0" width="100" height="100"></rect>
</g>
</svg>
<!DOCTYPE html>
<style>
rect {
fill: green;
}
</style>
<svg width="100" height="100">
<g>
<rect x="0" y="0" width="100" height="100"></rect>
</g>
</svg>