HTML, SVG and Javascript (Entry Nr. 196, by user 1 | edit) |
|
|
<html xmlns="http://www.w3.org/1999/xhtml"> <body>
<svg id="bla" xmlns="http://www.w3.org/2000/svg" width="200" height="200" style="position: absolute; left: 0px; top: 0px;"> <circle cx="100" cy="100" r="100" /> </svg>
<span style="position: absolute; left: 120px; top: 150px; color: #ffff00">Hallo</span>
<script> alert ("hi"); </script>
</body> </html> |
|
|
Create a new entry at this position
|
|
|