Some HTML Tags:

Basic Tags

<html> </html>
<head></head>
<title></title>
<body></body>

Block Tags

<h1> </h1> - <h6> </h6> headers from size h1 to h6
<p> </p>
<div> </div>

Inline or Style Tags

<em> </em>
<strong> </strong>

Comment Tag

<!-- Write comments throughout your project with the comment tag -->

Empty Tags (self closing tags)

<hr /> horiontal rule
<br /> line break tag
<img /> image tag

Lists

<ol> </ol> Ordered Lists
- <li> </li> List Items

<ul> </ul> Unordered Lists
- <li> <li> List Items

Anchor or linking tag

<a> </a>
- attribute : href - hypertext reference