back next

Preformatted Text

    <pre>
    ..........
    </pre>


Any white space that you put text surrounded by the <pre> and </pre> tags is retained in the final output.


Example
<html>
<head>
<title> HTML Tutor </title><head>
<body>
<pre>
Look at me you may think you see
who I really am.
But you'll never know me.
Every day it's as if I wear a mask.
I can fool the world.
But I cannot fool my heart.
</pre>
</body>
</html>



Output
result




Example 2
<html>
<head>
<title> HTML Tutor </title><head>
<body>
<p>
Look at me you may think you see
who I really am.
But you'll never know me.
Every day it's as if I wear a mask.
I can fool the world.
But I cannot fool my heart.
</p>
</body>
</html>



Output
result





Back to HTML tutor homepage | Back | Next | Email me