Skip to content

Instantly share code, notes, and snippets.

@TarttWeb
Last active April 5, 2022 17:53
Embed
What would you like to do?
Basic HTML Document Example
<!doctype html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1>My First Page Heading</h1>
<p>My first paragragh</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment