OK figured out how to display text to a screen on a html document, how do i put a carriage return at the end of the first line to go to the next
here is my code
document.write(variable here)
document.write(variable here)
when i run this the variables are produced on the same line, what i want to do is have a carriage return or a command to go to the next line down so that results are displayed on different lines.
here is my code
document.write(variable here)
document.write(variable here)
when i run this the variables are produced on the same line, what i want to do is have a carriage return or a command to go to the next line down so that results are displayed on different lines.