I want to write a html page ( using whatever is neccery) that will take an elment from a defined html webpage and put it into my page.
For example:
In the URL www.something.com the html that is found is:
<p> myName </p>
I want my page to simply take what is in the p tag and put it on my page.
Is it possible ?