InterviewSolution
Saved Bookmarks
| 1. |
Explain the advantage of collapsing white space? |
|
Answer» White spaces are a new sequence of space characters, which is treated as a single space character in HTML. Because the browser collapses multiple areas into a single space, we can indent LINES of text without worrying about various FIELDS. It enables you to ORGANIZE the HTML code into a more human readable format. Also Read: What are the LATEST Features in BOOTSTRAP 4 |
|