LANGUAGE » HTML_CSS » HTML
Element
Categories
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
Attributes
Title
For adding a tooltip. Hover me
html
<span title="This is a custom tooltip">Hover me</span>