Show Output
<!DOCTYPE html> <html lang="en"> <head> <title>Example of HTML pre tag</title> </head> <body> <pre> The pre element preserves spaces, line-breaks, tabs... </pre> </body> </html>