I noticed one thing:
1. we have a simple img tag
2. If you insert into the line two tags with border = 0, then they will be right next to each other. Example:
<img src="pict.jpg"><img src="pict.jpg">
And if you divide by enter
<img src="pict.jpg"> <img src="pict.jpg">
then a space appears between them at exactly 3 px.
Why there is such a strange phenomenon, because the enter is not a displayable symbol.