LANGUAGE » HTML

Element

Container

html
<div></div>
<span></span>

Content

html
<h1></h1>
<h2></h2>
<h3></h3>
<h4></h4>
<h5></h5>
<p></p>
<b></b>
<i></i>
<u></u>
<a href="javascript:void(0)">Link</a>

Image

html
<img alt="image" src="image.png" />

Empty

Closing tag is not needed.

html
<br>

White space:

html
&nbsp;