Hey,

I am querying a few things from a webpage with getElementsByClassName right now and it is working well.

However I want to be able to get the picture title or alt text from html? It may just be changing the options with getElementsByClassName, but I am not sure how.

Here is an example of the html I am looking at. The Part I am trying to extract is in bold:

<ul class="sellerInformation">
<a href="http://www.website.com/shops/A82MLX8CMW8NO/ref=olp_merch_name_1">
<img width="120" height="30" border="0" title="Cool Pic" alt="Cool Pic" src="http://ecx.images-website.com/images/I/01cnydqvLML.jpg">
</a>
<br>