How to pass parameter through a anchor tag in html snippet

How to pass parameter through a anchor tag in html snippet

code :<a href="https://creatorapp.zoho.in/mkmtraining235/theatre-management-system/#Page:Movie_show_listing_page?Movie_ID=<%=movie.ID%>"
   class="movie-card"
   target="_self">
but when i try with the a text values it redirect to the first page that i createdbookingFormUrl = "https://creatorapp.zoho.in/mkmtraining235/theatre-management-system/#Form:Booking_Form" + "?&Select_Seats=" + seatsJoined;