Param

<PARAM NAME=z VALUE=x>

The PARAM tag is used to give command-line arguments to a Java applet. The NAME attribute tells the name of the argument, and VALUE tells the value of the argument.

The PARAM tag will look like this:

<PARAM NAME=z VALUE=x>