I'm trying to retrieve text from HTML file.
The text in the HTML file exists after the
<tt> tag and ends before </tt> tag.

Any time I loop trough the file to get the text I get one chunk of data. What I'm trying to say is, I'm not able to loop through the file line by line and check for the existance of the <tt> tag to read the text after it.

Is there anybody who can help me Please.