<!DOCTYPE html> <html> <head> <style> code { font-family: monospace; } </style> </head> <body> <p>A code element is displayed like this:</p> <code>A piece of computer code</code> <p>Change the default CSS settings to see the effect.</p> </body> </html>