Word Search applet reads a text file, and uses the words in that file. Words in the file should be in capital letters and seperated with a '+' with no spaces. It can have as many words as you like, but at least ten. The applets accepts two parameters. param name=fileName : value can be any filename of a text file (Tells which txt file to read the words from) param name=whichWords : value can be RANDOM or FIRST (Tells which words to read, the first ten or a random ten) Example of an applet tag for Word Search applet: