Hello,

I'm writing a program and I have a problem. I need to read text which is between html tags. eg:
<body>
Text1
Text2
Text3
</body>
Could anyone has an idea how to do this?

Thanks