I have data like this:
<tr class=hdr>
<th class="al cf">Name</th>
<th class="al">Type</th>
<th class="ar">Used Drive Space</th>
<th class="ar cl">Drive Size</th>
</tr>
<tr class="first o">
<td class="al cf">ITPHOFPWRFL01B E:\ Label:LotusDomino </td>
<td class="al">drive space</td>
<td class="ar">489.39106GB</td>
<td class="ar cl">549.9971GB</td>
</tr>
That file in HTML file and I want read that file like this (like read HTML file in notepad) and after that I want to start read from that first o
and the data I want get is ITPHOFPWRFL01B E:\ || 489.9106GB || 549.9971GB ..
. How can I get the data?