Hi, everyone.
I have a button that links to another page, but it doesn't work.
Here is the code:
<div class="pageNumbers">
<ul>
<li><a href="shops1.html" class="pageNumber">1</a></li> //button 1
<li><a class="pageNumber" href="shops2.html">2</a></li> //button 2
</ul>
</div>
Do you know what is wrong with it?