js/7/helloworld.html

10 lines
203 B
HTML
Raw Permalink Normal View History

2024-10-03 11:29:13 -05:00
<!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>