I have the following piece of code in a js file which adds the word, Hello when invoked.
document.getElementById(“lab11”).innerHTML = ‘Hello’;
Please help me modify this code so I can add one, two or as many blank spaces in front of “Hello”. I was trying to add the HTML, &emsp in front but did not work. Thank you for your time.