Enables you to invoke an applet on a client browser. The elements in brackets ({}) are optional.

<jsp:plugin 
	type="bean|applet"
	code="objectCode"
	codebase="objectCodebase"
	{ align="alignment" }
	{ archive="archiveList" }
	{ height="height" }
	{ hspace="hspace" }
	{ jreversion="jreversion" }
	{ name="componentName" }
	{ vspace="vspace" }
	{ width="width" }
	{ nspluginurl="url" }
	{ iepluginurl="url" } >
	{ <jsp:params>
		{ <jsp:param name=" paramName"
			value="paramValue" /> }+
	</jsp:params> }
	{ <jsp:fallback> arbitrary_text 
	</jsp:fallback> } >
</jsp:plugin>