English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

How can i insert a tab with HTML code?

2006-08-14 05:58:54 · 6 answers · asked by hondacivicex92 1 in Computers & Internet Programming & Design

I think more details are needed...HTML code only, not printing, nothing but reading the website is what this is needed for.

Am I able to type in < > with a letter between the <> to create a tab? Nothing else. Can anyone tell me the letters or symbols that go in between <> ? Thanks much.

2006-08-14 06:13:29 · update #1

For instance, to bold a letter letter and it would be only l bold, or the whole word letter

2006-08-14 06:18:20 · update #2

6 answers

You can insert any printing or non-printing character above the value of 32 by using &# and the ASCII code in decimal after it. Since the code for a tab character is 09, it is less than 32 and therefore not supported.

It is probably better and more flexible to use a table to format your text.

2006-08-14 06:11:02 · answer #1 · answered by Owlwings 7 · 0 0

Html Code For Tab

2016-10-04 02:47:28 · answer #2 · answered by kenisha 4 · 0 0

This Site Might Help You.

RE:
How to insert a tab with HTML code?
How can i insert a tab with HTML code?

2015-08-18 07:20:50 · answer #3 · answered by Anonymous · 0 0

If you just want the first line of a paragraph to be indented you could just add several non-breaking spaces to the beginning of your line. The advantage of this is that the first line would be This is the code for a non-breaking space:

(yahoo answers keeps deleting the code for my space, so take out the spaces in these symbols:)

& n b s p ;

If you are trying to get a whole section of code to indent, you could again use a CSS style that added left-margin space to your paragraph. For example, here is an HTML document with a paragraph indented to the right by 15 pixels:







this is a paragraph





Or you could use
which will indent the surrounded text. The only negative of block quote is that it will also indent the right side.

2006-08-14 06:33:57 · answer #4 · answered by ce 2 · 0 0

Hi, I desire to subscribe for this question to obtain newest replies, so where can i do this can someone help.

2016-08-23 04:19:56 · answer #5 · answered by ? 4 · 0 0

Never thought too much about that

2016-08-08 12:28:28 · answer #6 · answered by ? 4 · 0 0

Try the escape character \t

2006-08-14 06:01:51 · answer #7 · answered by sonalfemme 2 · 0 1

 or  or tags or even  .
	</p>
	
	<p>
		<small>
		2006-08-14 06:02:56
		
		&centerdot;
		
		<a href="#answer20060814060256">answer #8</a>
		
		&centerdot;
		
					<span>answered by <u>ghostpirate7</u> <b>3</b></span>
				
		&centerdot;
		
		<span>0<span style='color:green;'>&#x290A;</span></span>
		<span>1<span style='color:red;'>&#x290B;</span></span> 
		</small>
	</p>
</div>
		 
	</div>
		</article>
	</section>

    <div style="background:#888;padding:8px;margin-top:16px;">
        fedest.com, questions and answers
    </div>

</body>
</html>