pre

pre
HTML pre Element
The HTML <pre> preformatted text element is used to preserve returns, tabs, spaces and all whitespace.

HTML CODE EXAMPLE
<pre>
My     whitespace     is     preserved.
                         1234
</pre>
 
 
My     whitespace     is     preserved.

                 1234

Related Posts :

  • track track HTML track Element NOTE: This new element is HTML5 and will be a standardized element in … Read More...
  • title title HTML title Element The HTML <title> element is used to relate the title of the web … Read More...
  • time time HTML time Element NOTE: This new element is HTML5 and will be a standardized element in 20… Read More...
  • u u HTML u Element The HTML <u> offset text element is used to apply an underline format to… Read More...
  • tr tr HTML tr Element The HTML <tr> table row element is used to start a new row of either &… Read More...

0 Response to "pre"

Post a Comment