Simple HTML Structure Template

Whith this HTML Structure Template you can start your first HTML page.


HTML Code

Simple HTML Structure Template

<!DOCTYPE html>
<html>

<head>
</head>

<body>

<h1>This is a heading</h1>
<p>This is a paragraph.</p>

</body>
</html>