Console application: searching for links in the HTML file
Searching for all appearances of links in the HTML file; sample files are here
the link consists of:
opening tag, link text and closing tag: <a ... href=[URL] ...>[link text]</a>; remember, that HTML is not case sensitive, thus for instance <A ... HreF=[URL] ...>[link text]</a> is also a valid link