- Question: How do I add a specific number of spaces to text?
Answer: Use the escape sequence for a space character. String 3 escape sequences together to get 3 spaces -->
&sp; &sp; &sp;
- Question: How can I show code that the browser won't automatically translate?
Answer: Use the escape sequence that tells the browser NOT to translate the enclosed stuff. <XMP>stuff</XMP>
- Question: How can I show the left and right angle brackets on my page?
Answer: Use the escape sequence for the left bracket, "<"
< and the sequence for the right bracket, ">" >
- Look at a "Tables of Escape Sequences".
- Or here, "ISO Latin 1 Character Entities and HTML Escape Sequence Table".
For examples, see the Page Source code for the table at the top right of my