HTML5 span Tag

used to group elements in a document. similar to div tag
<p>simple <span style="color:red">span </span> element.</p>