test
3 years ago in HTML
<html>
<body style = "background-color: red; color: white;">
<h1>hello</h1>
<p>This is the page</p>
<script>
alert("This is an alert");
</script>
</body>
</html>