typewriter_text

javascript html

Typewriter text is a fixed width text with the old fashioned typewriter looking font and can be a useful method of drawing the eye to a particular word or phrase; possibly a hyperlink in a section of text.

Let’s say I wanted to point you to my design web site at   pearweed.com   and I wanted it to stand out. You see how the normal font of my site changed to a typewriter font ?

Here’s the html script to do that on your own site:

 


<tt>enter your text here</tt>

 

I hope you find it useful.