pre
The pre tag defines preformatted text.
Text in a pre element is displayed in a fixed-width font (usually Courier), and it preserves all spaces.
|
|
hint
Use the pre element when displaying text with unusual formatting, or some sort of computer code. |
Example
The is an pre example
which preserves spaces .
Related articles