Since it is desirable for a web page to have the smallest file possible, do comment tags count? In other words, would it help if I took out all the comment tags from my HTML?
PhraSEOlogy
10:39 pm on Mar 14, 2006 (gmt 0)
Removing them will reduce the file size. I put comment tags in my html to help me find stuff quickly. Removing all your comments may make it harder for you to maintain the code later - unless its just a simple small page(s).