I wanted to get the result like this.

My code is :
<!DOCTYPE html>
<html>
<head>
<style>
span{ background-color: rgb(33, 30, 47);
color: rgb(147, 149, 152);}
</head>
<body>
<pre>
<code>
<span>// Prints 5 to the console</br>
console.log(5);
</span>
</code>
</pre>
</body>
</html>
But I got:
