<html>
<head>
<style>
code{display:block;}
</style>
</head>
<body>
<code>This is inline element by default.</code>
<code>This is inline element by default.</code>
<p><strong>NOTE: </strong> Remove the css 'display:block' propery and see the result.</p>
</body>
</html>