1. Request the URL for a page of text on the Internet from the User. This is where you will search for text strings.
2. Load the page into memory. You may use any structure you find necessary, including search trees or hash tables, in order to search quickly and efficiently.
3. Ask the User...