Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html>
<head>
<title>Getting Started with HTML</title>
</head>
<body>
<h1>Header 1</h1>
<p>This is an example of a paragraph.</p>
<p>This is my second paragraph.</p>
<h2>Header 2</h2>
<!DOCTYPE html>
<html>
<head>
<title>Getting Started with HTML</title>
</head>
<body>
<h1>Getting Started with HTML</h1>
<h2>Our First Webpage</h2>
</body>
</html>