Untitled


SUBMITTED BY: Guest

DATE: Feb. 6, 2013, 5:39 p.m.

FORMAT: Text only

SIZE: 310 Bytes

HITS: 1078

  1. <!DOCTYPE html>
  2. <html>
  3. <body>
  4. <pre>
  5. This is
  6. preformatted text.
  7. It preserves both spaces
  8. and line breaks.
  9. </pre>
  10. <p>The pre tag is good for displaying computer code:</p>
  11. <pre>
  12. for i = 1 to 10
  13. print i
  14. next i
  15. </pre>
  16. </body>
  17. </html>

comments powered by Disqus