一.块元素(block)
1.1.主体结构标签:
<html> <body>
1.2.排版标签:
<h1>~<h6> <hr> <p> <pre> <div>
1.3.列表标签
<ul> <ol> <li> <dl> <dt> <dd>
1.4.表格相关标签
<table> <tbody> <thead> <tfoot> <tr> <caption>
二.行内元素(inline)
2.1.文本标签
<br> <em> <strong> <sup> <sub> <del> <ins> <a> <label>
三.行内块元素(inline-block)
3.1.图片
<img>
3.2.单元格
<td> <th>
3.3.表单控件
<input> <textarea> <select> <button>
3.4.框架标签
<iframe>