HTML Developer Question:
Download Questions PDF

Tell me what is the advantage of collapsing white space?

Answer:

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.

Download HTML Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Tell me do you know what is the importance of the HTML DOCTYPE?Tell me how do you create multicolored text in a webpage?