HTML - Pre
Preformatted Text Tag
HTML contains <pre> tag to allow display of preformatted text. This tag is very useful in displaying text as-is and can be used in displaying code etc. While text enclosed within <pre> tag should not include other HTML tags it can however include form tag to color the preformatted text.