CLICK HERE

Earning More

Clickz

Thursday, December 2, 2010

Preformatted Text (Line Breaks & Spaces)

<html>
<body>
<title>Kuldcep ji</title>

<pre>
This is
preformatted text.
It preserves      both    spaces
and line breaks.
</pre>

<p>The pre tag is good for displaying computer code:</p>

<pre>
for i = 1 to 10
     print i
next i
</pre>

</body>
</html>

1 comment: