explain this code php| Email<input type="text" class="text" size="25" value=""

C Plus Plus

New member
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
 
Back
Top