I want to get an HTML Class off of a website. How do I do this? Thanks!
You will get the full source of a website back, this means ALL of the HTML. If you want a specific part you will have to manually search through the entire HTML for all of your class attributes.