HTML: A Simple HTML Document

A Simple HTML Document

<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>

<h1>My First Heading</h1>
<p>My first paragraph.</p>

</body>
</html>

Related concepts

A Simple HTML Document

HTML: A Simple HTML Document — Structure map

Clickable & Draggable!

HTML: A Simple HTML Document — Related pages: