How do I get the href in this html structure:
<ul id="ul">
<li>
<a href="/index.html" class="a">
</a> </li> </ul>
Knowing that I need to select exactly what is in the href and that there is other elements nested inside the li tag
