What does DOCTYPE mean?

HTML Headings

What is HTML?

HTML Documents

HTML Example:

<!Doctype html >
<html>
<head>
<title>Docoment title</title>
</head>
<body>
<h1>This is A Sample Heading </h1>
<h2>This is A Sample Heading </h2>
<h3>This is A Sample Heading </h3>
</body>
</html>