November 2000
Intermediate to advanced
1152 pages
23h 32m
English
You use the <form> element to create an XHTML form, which you use to contain XHTML controls such as buttons and text fields. This element is supported in XHTML 1.0 Strict, XHTML 1.0 Transitional, XHTML 1.0 Frameset, and XHTML 1.1. Here are its attributes:
| Attribute | Description |
|---|---|
| accept | Holds a comma-separated list of content types that a server processing this form will handle correctly. (XHTML 1.0 Strict, XHTML 1.0 Transitional, XHTML 1.0 Frameset, XHTML 1.1.) |
| accept-charset | Holds a list of possible language character sets for the form data. (XHTML 1.0 Strict, XHTML 1.0 Transitional, XHTML 1.0 Frameset, XHTML 1.1.) |
| action | Is required. Gives the URI that will handle the form data. |
| class | Gives the style class of the element. ... |
Read now
Unlock full access