Use the <xmp> tag to create preformatted text.
Note − The <xmp> tag deprecated.
Example
You can try to run the following code to learn how to create preformatted text in HTML −
<!DOCTYPE html> <html> <head> <title>HTML xmp Tag</title> </head> <body> HTML tags include <xmp><b> for bold text</b>, <i> for italic text.</i></xmp> </body> </html>