When we won’t to print any text as it is on the browser so that we used pre tag. Pre tag is displayed in a fixed with font . it is basically used for displaying any formula, code as it is.
<html> <body> <pre> Help4code website is a good website here 4000 programs available on all technology </pre> </body> </html>O/P
Help4code website is a good website here 4000 programs available on all technology