1.

What Is The Use Of Span In Html And Give One Example?

Answer»

SPAN : USED for the following things:
1. Highlight the any color text
2. For adding colored text
3. For adding background IMAGE to text.
<p>
<span STYLE="color:#000000;">
In this PAGE we USE span.
</span>

SPAN : Used for the following things:
1. Highlight the any color text
2. For adding colored text
3. For adding background image to text.
<p>
<span style="color:#000000;">
In this page we use span.
</span>



Discussion

No Comment Found