<!DOCTYPE html> <html> <body> <p> The text that we write inside pre element preserves the text formatting including spaces. </p> <pre> The text that we write inside pre element preserves the text formatting including spaces. </pre> </body> </html>
Run
×
Share