HTML Block and Inline Elements
Block Level Elements
<div></div>
<h1>-<h6> </h1>-</h6>
<p> </p>
<hr>
<pre> </pre>
<blockquote> </blockquote>
<address> </address>
<table> </table>
<tfoot> </tfoot>
<ul> </ul>
<ol> </ol>
<li> </li>
<dl> </dl>
<dt> </dt>
<dd> </dd>
<header> </header>
<nav> </nav>
<main> </main>
<section> </section>
<article> </article>
<aside> </aside>
<footer> </footer>
<form> </form>
<fieldset> </fieldset>
<canvas> </canvas>
<figcaption> </figcaption>
<figure> </figure>
<video> </video>
<noscript> </noscript>
Inline Elements
<span> <span>
<br>
<a> </a>
<img> </img>
<map> </map>
<button> </button>
<strong> </strong>
<b> </b>
<em> </em>
<i> </i>
<dfn> </dfn>
<small> </small>
<sub> <sub/>
<sup> </sup>
<q> </q>
<cite> </cite>
<abbr> </abbr>
<bdo> </bdo>
<code> </code>
<kbd> </kbd>
<samp> </samp>
<var> </var>
<input> </input>
<label> </label>
<select> </select>
<textarea> </textarea>
<output> </output>
<object> </object>
<time> </time>
<script> </script>