The span tag
Written by Basis-Consultant on 8:07 PMSpan tag in html is very userful. You can make text colured or you can highlight text or you can add image to particular portion of text etc...
This text is colored
<span style="color: red;">This text is colored</span>
This text has yellow background
<span style="background-color: yellow;">This text has yellow background</span>
This is a text with background image
<span style="background-image: url(http://img329.imageshack.us/img329/2830/background2ru0.gif);"gt;This is a text with background image</span>
This is What You Get
<SPAN TITLE="This is the tool tip box">This is What You Get</SPAN<To know more on span tag visit a tutorial on span
0 comments: Responses to “ The span tag ”