There is no tab in html, but you can have several different ways to achieve the same result. 1. use <dl>, <dt>, <dd> tag to indent a line 2. use <table> tag and use <td> to make the extra space before the first line, and use colspan to combine the lines after that. So the first line is indent while the others are not. 3. use &#nbsp; several time to put html space on the page. hope this help. Sincerely, On Mon, 5 Jun 2000, Yasin A. Vohra wrote: > Hello Everyone: > > How do we use "tab" in html. I know <pre> but I do not have a > formatted text. > > Thanks. > > Sincerely, > Yasin Vohra > http://www.cs.utexas.edu/users/yasin ICQ # 42740166 > --------------------------------------------------------------------------- > Junior Officer > The Association for Computing Machinery (UTACM) http://acm.csres.utexas.edu > Department Of Computer Sciences http://www.cs.utexas.edu > The University Of Texas at Austin (UT) http://www.utexas.edu > T. U. Taylor Hall 2.124 Austin Texas 78712-1188 > Phone 512 471 9522 Fax 512 471 8885 > --------------------------------------------------------------------------- > > --------------------------------------------------------------------------- > Send administrative requests to [EMAIL PROTECTED] > --------------------------------------------------------------------------- Send administrative requests to [EMAIL PROTECTED]
