What is the advantage of collapsing white space?

 What is the advantage of collapsing white space?

White spaces are a blank sequence of space characters, which is treated as a single space character in HTML. Because the browser collapses multiple spaces 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. 

Comments

Popular posts from this blog

What is 127.0.0.1 and localhost?

What is the OSI model?