XHTML Modules
XHTML is a vast language containing the functionality needed to create web pages. The W3C has split the various elements in XHTML into groups of related elements called modules. These modules allow for user agents other than web browsers to choose which elements to support while remaining consistent with the XHTML standard.
Some XHTML modules:
| Module | provides |
|---|---|
| Applet | the applet element |
| Base | the base element |
| Basic Forms | basic form elements |
| Basic Tables | basic table elements |
| Bi-directional text | the bdo element |
For a full list of XHTML modules, see our XHTML modules reference page.




