Source code

Revision control

Copy as Markdown

Other Tools

<!-- Any copyright is dedicated to the Public Domain.
<!DOCTYPE html>
<html>
<body>
<svg xmlns="http://www.w3.org/2000/svg" id="svg-element" width="200" height="200">
<rect id="rect" x="100" y="100" width="20" height="20"></rect>
</svg>
<p id="text">ABC DEF GHI</p>
</body>
</html>