Examples of Pre-formatted Text

Below you will find some examples of pre-formatted text using the <pre> and <code> tags.

First Example

This is the first line of text.
and this is the second line of text.
I am not using any line break tags;
Because the text is nested in a pre tag,
all "enter" breaks will be formatted literally.

Second Example

This example will show how 	tabbed	 text
contained in a pre tag will be formatted literally.

Third Example

Some example code that will visually display on the web page

<h2>Third Example</h2>
<p>Some example code that will visually display on the web page</p>

View Source

View the source code to take a peek at my xhtml coding.