xmp.html (296B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>The title of the document</title> 5 </head> 6 <body> 7 <xmp> This is a preformatted text. 8 All characters in this area have the same width, 9 and the spaces and line breaks within this element are shown as typed. 10 </xmp> 11 </body> 12 </html>