Hi,
I claim First Post! :)
How do we access class names?
For example, this code:
<td class="the-title" align=left>The Title!</td>
If you want to parse html and find the title element you can find the class name "the-title".
That's what I am trying to do.
How do I do that?
Thank you,
Antoine