|
What I meat that:
If I use the page using pre:
<pre>
This is the page
this is the apge
this is the page
</pre>
Or using <br> and <p>:
<p>
this is the page<br>
this is the page<br></p>
this is the page
In the browser, it shows the same. I justn wondered...
|