Source code

Revision control

Copy as Markdown

Other Tools

<!doctype html>
<html>
<style>
.b {
background-color: green;
}
</style>
<body>
<svg class="b" width="100" height="20" xmlns="http://www.w3.org/2000/svg"></svg>
</body>
</html>