このようなデータ構造のウェブサイトからデータを抽出したい
<td class="text-anouncments"><span class="nav-white"><marquee onmouseover=this.stop() onmouseout=this.start() behavior="scroll" width="100%" direction="left" scrollamount="3" scrolldelay="3" ><strong>
<a href="index.php?name=News&file=article&topic=3&sid=1510" class="nav-white">Title</a></strong> , <strong>
<a href="index.php?name=News&file=article&topic=3&sid=1508" class="nav-white">Title </a></strong> , <strong>
<a href="index.php?name=News&file=article&topic=3&sid=1502" class="nav-white">Title</a></strong> , <strong>
<a href="index.php?name=News&file=article&topic=3&sid=1501" class="nav-white">Title</a></strong> , <strong>
<a href="index.php?name=News&file=article&topic=3&sid=1497" class="nav-white">Title</a></strong> , </marquee></span></td>
私の質問は、<a></a>
タグ間のリンクされたタイトルを取得して、それらをリストに入れてAndroid Webアプリケーションを構築できますか?