WE BELIEVE IN QUALITY SERVICE

<pre> Tag

<pre> tag is used to define preformatted text. It preserves all the spaces, line break, tabs and all other character which are ignored by browsers. The text in the <pre> element is displayed in a fixed-width font which can be changed by CSS.

Example:

<pre>
pre tag is used to define
preformatted text.
It preserves all the spaces,     line breaks,     tabs

</pre>

Run Example

Browser Support

Tag Firefox Chrome IE Opera Safari
<pre> Yes Yes Yes Yes Yes