1. Document structure
<html>, <head>, <body>
2. Text format. These elements are used to identify text blocks and come with certain display formats.
<title>: identifies the title of the web page.
<hi>: i represents 1, 2, 3, 4, 5, and 6, which represent first-level to sixth-level titles respectively.
<p>: identifies paragraph text.
<pre>: identifies pre-formatted text.
<blockquote>: identifies the quoted text.
3. Character format
<b>, <i>, <del>, <em>, <sup>, <sub>, <ruby>, <rp>, <rt>
4. List
<ul>, <ol>, <li>, <dl>, <dt>, <dd>
6. Multimedia
<img>, <embed>, <object>
7. Table
<table>, <tr>, <td>, <th>, <caption>
8. Form
<form>, <input>, <textarea>, <select>, <option>
9. Others
<br>, <hr>, <div>, <span>, <fieldset>, <legend>, etc.