I'm making a Java web application that finds text between tags using a .html file.
Example:
<title>Example</title>
Now the web application would open the .html file and find the text that is between the <title>
tags which would be "Example".
Anyone have any ideas?