'listing' displays text in a fixed-width font
<html> <head> <title>listing element example</title> </head> <body> <font size="4"> <listing style="font-weight:normal"> first line <br> second line <br> third line <br> fourth line <br> </listing> </font> </body> </html>