Express question about static files

Hey so why is it that I can’t use an anchor tag to go to my contact.html page like shown in the example below

<a href="reserve.html">

But instead I have to set up a route in express that will serve the static reserve.html page instead?

this goes to a route on my backend

<a href="/reserve"