I'm trying to build a website using html and css in jsbin. When I try to link a button (using the outlined code: <a href="generated name given by JSbin">Home</b>
) I enter the page name generated by jsbin (on the left hand side of each page in the bin) within the quotation marks, but for some reason it only works sometimes. I don't want to post my website to the internet, but I want to link my pages together within my jsbin account. Is there anyway I can do this?
Here is a sample of my code:
<button class="Homebtn"><a href="xerimi">Home</a></button>
Any help is great! Thank you in advance.