<h1>Hello!!!<\h1>
'<!DOCTYPE html>
<html>
<head>
<title>Simple Alert</title>
</head>
<body>
<h1>This is a webpage</h1>
<script>
alert("Hello, this is a simple alert!");
</script>
<p>Some content after the alert.</p>
</body>
</html>'
0
Please sign in to leave a comment.
Comments
0 comments