name="email"/>? Email<input type="text" class="text" size="25" value="" name="email"/>

I know email is the name of the field, which is what the user will see, the input type is text, the zize of the field is 25.

But what does value and class do