What is SPAN in HTML?

Questions by sripri   answers by sripri

Editorial / Best Answer

RajivPrasad  

  • Member Since Sep-2006 | Apr 9th, 2007


The SPAN having notation as
<SPAN> </SPAN>
is used for highlighting text of any color desired, for adding colored text, for adding background image to text. SPAN doesn't cause a line break. It delimits text and it allows styles to be applied to a 'elemental' region, or for the 'elemental' region to be identified, without causing a break in the text flow.

Showing Answers 1 - 6 of 6 Answers

The SPAN having notation as
<SPAN> </SPAN>
is used for highlighting text of any color desired, for adding colored text, for adding background image to text. SPAN doesn't cause a line break. It delimits text and it allows styles to be applied to a 'elemental' region, or for the 'elemental' region to be identified, without causing a break in the text flow.

Sujatars

  • Jul 30th, 2007
 

Te <span> tag is used to group inline elements in aa document to format them with styles.
p>
<span style="color:#00DD45;">
This is another paragraph
</span>
</p>

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions