Resolved Question
What is SPAN in HTML?
 
Details:
  asked by: darkfrostz2  on: Aug 7, 2009  
 Best Answer ! ! !
lonelysoul 's Answer  ( this answer is maked as best answer of this question at: Aug 9, 2009 )


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.

1 comments  answered on: Aug 13, 2009 
Other Answer (1)
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>
  wenwen0002   answered on£ºAug 8, 2009  0 comments

Hot Questions

Contact Us - IT-Interview