HTML Block and Inline Elements
Block Level Elements
<div></div>
<p> </p>
<h1>-<h6> </h1>-</h6>
<hr>
<pre> </pre>
<address> </address>
<blockquote> </blockquote>
<table> </table>
<tfoot> </tfoot>
<ul> </ul>
<ol> </ol>
<li> </li>
<dl> </dl>
<dt> </dt>
<dd> </dd>
Inline Elements
<span> <span>
<br>
<a> </a>
<button> </button>
<img> </img>
<map> </map>
<strong> </strong>
<b> </b>
<em> </em>
<i> </i>
<small> </small>
<sub> <sub/>
<sup> </sup>
<cite> </cite>
<q> </q>
<abbr> </abbr>
<bdo> </bdo>