For some strange reason, inserting echo \"\\n\"; and other scape sequence characters are not working for me, that\'s why I am just using
echo \"\\n\";
is the HTML Tag for new line, whereas "\n" is to output a new line (for real).
The browser doesn't output a new line each time the HTML file goes to the next line.