|
I've started always using quotes because it seems to make it easier whenever I have to go back to my html files and do a search 'n replace.
Foir example, searching and auto replacing for a value like left, center, right, top, bottom could be dangerous if the document has a lot of text in the body. But doing the same search for "left", "center", etc. I could be fairly certain only the values I want to be changed will be.
Yes I know even without quotes I could search for =left, =center, etc. But much of my sloppy code is inconsistant and sometimes I have spaces after equal signs, sometimes not. But I always keep quotes tight around whatever they enclose...just an old habit from when I learned to type.
|