What is the code to make a line blank in js? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is the code to make a line blank in js?

To make a blank line Like this in JavaScript!? I'd be thankful if you could respond 😇

23rd Feb 2020, 12:39 PM
Erfan Mostafavi
Erfan Mostafavi - avatar
2 Answers
0
You can create a line break element (<br>) to make a line break between two elements, or within a string, you can use \n to make a line break. Use two to make a clear line in between.
23rd Feb 2020, 1:04 PM
Russ
Russ - avatar
0
If you want to trade a structure then a table would also be recommended
23rd Feb 2020, 1:15 PM
JaScript
JaScript - avatar