What is happening here, it seems as if all the words are in a single line.
Because this is not the case with div etc.
This is happening only with the code tag
<!DOCTYPE html>
Page Title
<br>
.ex{<br>
border-left:5px solid green;<br>
}<br>
code{<br>
margin: 20px;</p>
<div class="highlight"><pre class="highlight plaintext"><code> }
</style>
</head>
<body>
<div class="ex">
<code>
what happens here <br>
whatever why not happening here <br>
whatever why not happening here <br>
whatever why not happening here <br>
whatever why not happening here <br>
&lt;/code&gt;
&lt;/div&gt;
</body>
</code></pre></div>
<p></html></p>
Top comments (0)