how to go to a newline in js code example
Example 1: how to go to next line in javascript
document.write("\n");
Example 2: newline in javascript
document.getElementById("h1").innerHTML= "Just put a <br> tag in between the string!";
document.write("\n");
document.getElementById("h1").innerHTML= "Just put a <br> tag in between the string!";