NM Web Tutorials
XHTML
Display Picture Make Text Link Make Image Link Basic Text Attributes Make a List Easy Back Button HEX ColoursCSS
Font/Colour Attributes Roll Over-text Roll Over-image Borders Float Margins Padding BackgroundsOther Useful Tips
Add to Search Engine TermsEscape Character Sequences are little code sequences that are used to display symbols, like <, #, &, @, ©, things like that, so I have made list below for you to copy and paste. You would use these within your <p> tags. So rather than typing:
<p>I’m going to the theatre.</p>
you would put type:
<p>I’m going to the theatre.</p>.
Please note that there may be more than one sequence that will give you the same symbol, Here are the lists:
Most likely to need
| “ | “ |
|---|---|
| ” | ” |
| " | " |
| " | " |
| ’ | ’ |
| ’ | ’ |
| ' | ' |
| ' | ' |
| & | & |
| • | • |
| … | … |
| © | “ |
| ™ | ™ |
Least likely to need
| < | < |
|---|---|
| > | > |
| ¢ | ¢ |
| ½ | ½ |
| ¼ | ¼ |
| ¾ | ¾ |
| ‾ | ‾ |
| ⁄ | ⁄ |
| ≈ | ≈ |
Home | Basics | Getting Started | Display Text | Escape Character Sequences