I am reading data from my colleges website(html) using jsoup to display structured data in android app.
i am using this following code
Elements elements=doc.getElementsByClass("maintable").get(0).getElementsByTag("table").get(0).getElementById("table3").getElementsByTag("tbody").get(0).getElementsByTag("tr");
here is the image what i have to display enter image description here
html code is
<table border="0" align="center" cellpadding="0" style="width:101%;" class="maintable" id="table5">
<tbody><tr class="parent" title="Please Click Here To View The Content">
<td colspan="4" class="MTTD1" align="center"><b><u>Personal Details</u></b></td>