The span tag is used for following things:
- For adding color on text
- For adding background on text
- Highlight any color text
Example:
<p>
<span style="color:#ffffff;">
In this page we use span.
</span>
</p>
The span tag is used for following things:
Example:
<p>
<span style="color:#ffffff;">
In this page we use span.
</span>
</p>