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\";
/n only works if it is used as a simple text but here as we code in a html doc it takes it as a HTML text hence you can use tag instead.
/n