<p>This is a paragraph.</p>
<p>
This paragraph
contains a lot of spaces
in the source code,
but the browser
ignores it.
</p>
Output:
This paragraph contains a lot of spaces in the source code, but the browser ignores it.
<p>This is <br> a paragraph <br> with line breaks.</p>
Output:
This is
a paragraph
with line breaks.
<p>
this is paragraph with poem problem.
this is paragraph with poem problem.
this is paragraph with poem problem.
</p>
<pre>
this is paragraph with solution the html <pre> tag.
this is paragraph with solution the html <pre> tag.
this is paragraph with solution the html <pre> tag.
</pre>
Output:
this is paragraph with poem problem. this is paragraph with poem problem. this is paragraph with poem problem.
this is paragraph with solution the html <pre> tag. this is paragraph with solution the html <pre> tag. this is paragraph with solution the html <pre> tag.