HTML is the language of the web. Here are the most important tags:
Used for titles. Example: <h1>Title</h1>
<h1>Title</h1>
Used for text. Example: <p>This is text.</p>
<p>This is text.</p>
Used to connect pages. Example: <a href="url">Link</a>
<a href="url">Link</a>