Please explain what is the difference between these two lines:
<input type="text" size="10" maxlength="10" name="zip" value="95131" />
<input type=text size=10 maxlength=10 name=zip value=95131 />
Both render.
What are the benefits/drawbacks of using double quotes (") ?