Editor Arrow Download Open
<!DOCTYPE html> <html> <head> <title>HTML pre tag</title> </head> <body> <pre> These texts are preformatted text This is the second line of preformatted text And this is the third line of preformatted text. </pre> </body> </html>
  Preview Arrow