MonoSpaced & Preformatted Text

Monospaced fonts are used to display codes to your visitors. It is useful for when you want to show how a certain section of a programming code looks.

To display monospaced fonts, you use the opening tag, <code>. Then type in whatever you want to be displayed in monospaced fonts. When you're done, use the closing tag, </code>.

In addition to this, you can also use what is known as preformatted text. This kind of text will include all the spaces and retain the formatting that were used.

To do this, use the opening tag, <pre>. Type in your preformatted text and close with the tag,
</pre>.

Template Design | Elque 2007