html`<!DOCTYPE HTML>
<html>
<body>
<svg height = "100" width = "200" >
<!-- Insert code for circle 1, center the circle at 40,40 -->
<!-- Insert code for circle 2, center the circle at 60,60 -->
</svg>
<svg height = "100" width = "200" >
<!-- Use the g tag to inherit presentation attributes -->
<g fill="" stroke="" stroke-width="">
<!-- Insert code for circle 1, center the circle at 40,40 -->
<!-- Insert code for circle 2, center the circle at 60,60 -->
</g>
</svg>
</body>
</html>
`