<!DOCTYPE html> | |
<html> | |
<body> | |
<svg width="600px" height="100px" xmlns="http://www.w3.org/2000/svg"> | |
<rect width="100" height="100" fill="green"/> | |
<rect x="120" width="100" height="100" fill="green"/> | |
<rect x="240" width="100" height="100" fill="green"/> | |
</svg> | |
<div style="width: 100px; height: 100px; background-color: green;"> | |
</div> | |
</body> | |
</html> |