Look at the following snippet:
<code> const pi = 3.14; let radius = 5; <code>
There is no problem.
The code is wrong because the <pre> tag is missing.
<pre>
The code will be displayed indented.
The <code> tag is not closed correctly.
<code>