<html>
<head>
<style>
/* Default CSS Values */
code {
font-family: monospace;
}
</style>
</head>
<body>
<p>A code element is displayed like this:</p>
<code>A piece of computer code</code>
<p>A customized code element (changed font-family):</p>
<code style="font-family:Impact;">A piece of computer code</code>
</body>
<!-- Mirrored from www.w3schools.com/cssref/tryit.asp?filename=trycss_default_code by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 05 Jun 2019 13:18:33 GMT -->
</html>