I have a HTML file which has a lot of whitespace. My question is, is it worth removing this whitespace in order to reduce file size before I send it? If so, what would be the quickest way to remove the whitespace?
Currently this is all in C#.
Due to my comment below not working properly, I've done it here:
<html>
<head>
<title>test title</title>
</head>
</html>
It is the spacing before the opening tags that I'm wanting to remove, if it's worth it.