I'm wondering how to get specific text from the web,
for example like yahoo horoscopes page (
Aries Horoscope: Daily Overview Horoscope - Astrology on Shine)
And I want to get the text on the page
Code:
Your encouragement is helping a shy person come out of his or her shell.
which is in the source code
Code:
<div class="content">
<h3>Quickie</h3>
<h2>Your encouragement is helping a shy person come out of his or her shell.
</h2>
<h3>Overview</h3>
Get the text inside the
can somebody make some tutorial of doing this? thanks