Some HTML elements that are often overlooked or underrated 馃槑
<pre>
Content within a <pre> element appears in a fixed-width font, commonly Courier, and maintains both spaces and line breaks.
<!-- example -->
<pre>
El ni帽o jug贸 con su perro
El ni帽o jug贸 con su perro
</pre>
<!-- comparision with p tag...
deepesh76780.hashnode.dev2 min read