✏️ Explanatory Question

What is the advantage of collapsing white space?

👁 3,621 Views
📘 Detailed Answer
💡

Answer with Explanation

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.