Forum Moderators: open

Message Too Old, No Replies

Simple question about comment tags

         

myrrh

10:35 pm on Mar 14, 2006 (gmt 0)

10+ Year Member



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)

10+ Year Member



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).