+ 1
What is the use of tag <pre>
2 Réponses
+ 3
It allows easy,preformatted text so you don't need to play around a lot with tags and formatting
0
The <pre> tag defines preformatted text.
Text in a <pre> element is displayed in a fixed-width font (usually Courier font), and it preserves both spaces and line breaks.