+ 1
Does Browsers remove extra spaces when displaying an HTML file?
Does Browsers remove extra spaces when displaying an HTML file?
3 ответов
+ 2
Azharo you're welcome
+ 2
thanks Roel
+ 1
yes, for example if you write
<h1>hello,           world!</h1>
it will output
hello,  world!





