0
What is the function of nowrap?
https://www.sololearn.com/learn/CSS/1098/ The second function isn't well explained. What exactly is meant by collapsing all sequences of white space into a single white space?
1 Answer
+ 4
It means that if you use multiple whitespaces or tab-like characters they will appear as a single space character. (the others are removed)