Below are the list of self closing tag
<area />
<base />
<br />
<col />
<embed />
<hr />
<img />
<input />
<link />
<meta />
<param />
<source />
<track />
<wbr />
self closing tags
<!-- All are self closing tags
No content in these -->
<img src="#URL" alt="image">
<br>
<hr>
<input type="text">