Source code

Revision control

Copy as Markdown

Other Tools

<?xml version="1.0"?>
<!--
Any copyright is dedicated to the Public Domain.
-->
<?xml-stylesheet href="test004.css" type="text/css"?>
style="background-color: green" onload="handleOnLoad();">
<script type="text/javascript">
function handleOnLoad() {
document.removeChild(document.firstChild);
}
</script>
</window>