If you want to read the contents of an HTML page from a server look at the URLConnection class for example.
Use the URL class's openConnection() method to get an instance of the URLConnection for a...