Friday, May 8, 2009

How to give <TAB> in Html

Hey guys!
if you all are struggling with this question of how to give <TAB> in Html
the solution is :-
use <t> element,write your text and end with </t> it easy...

JUST KIDDING! HE. HE.



is given in web page by using non-breaking space &nbsp; character followed by the actual text. for example:

example(not follwed by &nbsp;) will look like

example

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;( will shown as)

       example

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;example ( will displayed as)
                 example

so more &nbsp; more is the spacing of character/word from preceding characters/words


                                                     reference (http://webdesign.about.com/od/intermediatetutorials/qt/tiphtmltab.htm)
http://www.cookwood.com/html/extras/entities.html

No comments:

Post a Comment