content |
|||||||
Description | The content tag sets the content type and charset of the
JSP response. The charset is determined based upon the type of the
device making the request, but the content type must be explicitly specified.
The tag should appear prior to the generation of any output from the
JSP. |
||||||
Tag Body | None. |
||||||
Restrictions | None. | ||||||
Attributes |
|
||||||
Properties |
None. |
||||||
Example(s) |
<%-- utility content --%> |