|
| |||||||||
| Tags: character, html |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| What is html tab character
Hello friends, I am making a website i am trying to use html tab character in my code so that it would be easy for me. But i don't have any idea about it and also don't know whats the use of tab character in HTML. Can anyone provide me some information about it and at the same time can you tell me how to use it in code. |
|
#2
| ||||
| ||||
| Html tab character
If you are planning to have same tabs which are there in Word programs, markers along the horizontal axis of the page that text align to, if you want to have it in same way then it's not possible in HTML but if you want to use them for layout reasons or to get the text to move over a certain amount. This you can handle in HTML. |
|
#3
| |||
| |||
| What is html tab character
Try to use   tag which is equal to a single blank space, the main advantage of using HTML tab is it allow to use non-breaking space and 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. |
|
#4
| |||
| |||
| Html tab character
Try to use the following code in HTML for tab character HTML Code: </div> </li> <li class="alt" id="comment"> <div class="single_comment"> <div class="float_left"> <p class="comment_author">Example</p> <p class="comment-small">demo</p> </div> <br class="clear" /> </div> <div class='commenttext'> |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "What is html tab character" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Character switching to default character In Gear of War 3 | Christabel | Video Games | 3 | 23-09-2011 03:27 PM |
| Checklist for the character encoding in HTML | Kohlmann | Software Development | 5 | 19-08-2010 02:02 PM |
| What are the Character Entities in HTML? | Damien25 | Software Development | 5 | 29-01-2010 04:22 PM |
| How to define HTML Validator and services provided by HTML Validator | Aldous | Software Development | 3 | 22-09-2009 02:12 PM |
| How do I get the HTML code to display as HTML code? | NAYASA | Software Development | 3 | 26-12-2008 01:35 PM |