ptg16476052
Using the <label> Tag 323
12
as the page’s character set. The only time you will ever need to use these attributes is when
your form includes a file upload field (discussed a bit later) or you expect to receive data in a
different language or character set than the page. If you’re going to request a file upload, you
need to specify that the enctype is multipart/form-data. Otherwise, it’s fine to leave them
out.
That about does it for the