Source code
Revision control
Copy as Markdown
Other Tools
<html>
<body>
<script>
window.onload = function() {
alert("This is an alert");
}
</script>
</body>
</html>
<html>
<body>
<script>
window.onload = function() {
alert("This is an alert");
}
</script>
</body>
</html>