I have a very long HTML string. I tried:
<code><othercode>
in
<code>< othercode>
But it breaks the HTML, and I tried:
<code> <othercode>
But it puts a space between images. In python, you can just put "\" at the end of the line. Is there something similar in HTML?
Thanks.
html
Nathron
source share