Make a List Item Clickable. How can I do this? Thank You

Make a List Item Clickable. How can I do this? Thank You

Hello,

I have the following:
<ul class="Albums">
<li>
<h2><a href="/album/1">Interior | Indoor</a></h2>
<a href="/album/1"></a>
</li>
  <li>
<h2><a href="/album/2">Exterior | Outdoor</a></h2>
<a href="/album/2"></a>
</li>
</ul>

I would like to make the List Items clickable.
When a "li" is clicked the page is loaded.
For the first "li" it would be "/album/1" ...
For the second "li" it would be "/album/2" ...

How can I do this?

Thanks,
Miguel