The basic HTML tags

The document tag:
<html>
The heading tag:
<head>
The body  tag:
<body>
Heading tags:
<h1>….<h6>
New paragraphs
<p>
Line breaks
<br>
Horizontal Rule
<hr>