+ 2
how we can create a button which will link to a new page?
3 Answers
0
ok but if we need to connect any other html page with the help of button then what will be the code?
0
<a href="http://www.yoursite.com"> <button>Press Me</button> </a>
0
<a href="/your/other/HTML/file/directory/demo.html"> <button>Press Me Again</button> </a>