Maeve has created the website, but she is not able to include more than one blank space at a time. Even if she hits the SPACE button twice, the browser displays it as a single space. Which of the following would you suggest Maeve to use to overcome this problem.

Respuesta :

Answer:

For the browser to display multiple spaces, Maeve must use   in her code to create more spaces.

Explanation:

  is known as hard space or fixed space. NBSP stands for Non-Breaking Space. The statement will continue without breaking into another line.

Maeve can easily use the   many times to get the required space she needs.