I simply showed you how to extract the text between "<p class="welcome-msg">" and "</p>".

If you want to extract it from a webpage, then you must first download the webpage. You can do that with WebClient DownloadString.

http://msdn.microsoft.com/en-us/library/fhd1f0sw