'code' Example
<html> <head> <title>code element example</title> </head> <body> <p> <font size="5"> <code style="fontweight:normal"> Java Code </code> </font> </p> </body> </html>