It doesn't matter if you are using a loose HTML interpreter 'Docutype' setting. Like 'Transitional'. If you want to be strictly HTML 4.01 compliant or XHTML compliant then the statement should be written like this:
<input type="text" name="month" value="" size="5" />
Each value should be enclosed within quotes, you should stick to all lowercase letters (future versions of HTML are going to be case-sensitive). And use a slash to close the tag for tags which have no opening AND closing tag already (for XHTML compliance). The XHTML standard states that all tags must have both an opening and closing tag and uses the slash method as a shortcut for tags which do not already have a closing tag like (br, img, input, meta, etc.).
Even if you consider yourself to be pretty HTML savvy, it wouldn't hurt to pick up a copy of wrox's HTML 4.01 book, which has loads of information about the docutype setting and pretty much tells all there is to know about HTML and where its going. I was very pleased with the book. It helped me to understand a lot of the nuisances between browsers.
My advice is don't be lazy! Get used to the standards now! This will guarantee that your code won't break on future browser releases.
: )
Rich
:::::::::::::::::::::::::::::::::
Smiling Souls
http://www.smilingsouls.net
:::::::::::::::::::::::::::::::::