<!DOCTYPE html>
<html>
<body>
<script type="text/vbscript">
document.write("<h1 style='color:green;'>Hello World!</h1>")
document.write("<p style='color:red;'>Today's date is " & Date())
document.write("<br>")
document.write("The time is " & Time() & "</p>")
</script>
</body>
</html>