Tell me what is the advantage of collapsing white space?

Submitted by: Muhammad
White spaces are blank sequence of space characters, which is actually treated as a single space character in html. Because the browser collapses multiple space into a single space, you can indent lines of text without worrying about multiple spaces. This enables you to organize the html code into a much more readable format.
Submitted by: Muhammad

Read Online HTML Developer Job Interview Questions And Answers