js/7/helloworld.html
2024-10-03 11:29:13 -05:00

10 lines
203 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Hello, World!</title>
</head>
<body>
<h1 id="main-heading">Hello! My name is slim shady.</h1>
<p id="pp">Welcome to my document.</p>
</body>
</html>