Log in

View Full Version : What is the advantage of collapsing white space?



spobitsseo
07-19-2017, 02:23 AM
What is the advantage of collapsing white space?

dennis123
07-19-2017, 04:19 AM
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.