How do we create preformatted text in HTML?


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>

Updated on: 02-Mar-2020

104 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements