js/8/index.html

11 lines
213 B
HTML
Raw Permalink Normal View History

2024-10-23 11:14:14 -05:00
<!DOCTYPE html>
<html>
<head>
<title>Event Handlers</title>
</head>
<body>
<h1 id="main-heading">Hello <em>World!</em></h1>
<p id="para">ow ow ow ow ow</p>
<script src="script.js"></script>
</body>
</html>