HTML Quiz Question

What happens when we place two newline characters inside a paragraph between two words?

I am confused as to why this answer is true :thinking: - “All whitespace characters, including newline characters are replaced by one single space between two words”.

I am thinking   is a whitespace character and
is a newline character.

But when I type two

it gives me a whole different line not a “single space between two words”.

and if I do multiple   then I get multiple spaces…which is still not a “single space between two words”.

I’m not sure what I’m missing here