Monthly Archives: July 2008

Adding classes to input tags as a matter of course

I felt like sharing a practice that I’ve been doing for a while now when marking up form elements. I always assign a class to every input that is the same to the input’s type. <input type=”text” class=”text” /> <input … Continue reading