Code
Execute
<!DOCTYPE html> <html> <head> <title>Wikitechy pre tag</title> </head> <body> <h3>Wikitechy HTML pre tag.</h3> <pre> The HTML pre element represents preformatted text. Whitespace inside this element is displayed as typed. </pre> <p>The HTML pre element represents preformatted text. Whitespace inside this element is displayed as typed. </p> </body> </html>
Result