Build a web page in which the user can type or paste a paragraph or more of text. When done, the user can press a button which "analyzes" the text. The analysis consists of three tabulations: a simple count of the total number of words is given. the number of different words is calculated the three words that occur most frequently in the text are displayed. Words can be defined as anything occuring between punctuation (including space characters, periods, commas, tabs, carriage returns, etc.) Case distinctions, as between "case" and "Case", are usually ignored.