Span tag for use is to group elements for styling purposes (by using the class or id attributes) to adding color to text and adding background text and highlight any color text.
Example:
<p>
<span style ="color:red;">
on this page we use span.
</span>
</p>
Top comments (0)