<!DOCTYPE html>
<html>
<body style="font-size:16px">
<p>The code element does not preserve whitespace and line-breaks:</p>
<code>
var person = {
firstName:"John",
lastName:"Doe",
age:50,
eyeColor:"blue"
}
</code>
</body>
</html>