+ 2

how we can create a button which will link to a new page?

8th Aug 2016, 2:53 PM
Subhum Kumar
Subhum Kumar - avatar
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?
8th Aug 2016, 3:23 PM
Subhum Kumar
Subhum Kumar - avatar
0
<a href="http://www.yoursite.com"> <button>Press Me</button> </a>
8th Aug 2016, 3:09 PM
freshnewname
freshnewname - avatar
0
<a href="/your/other/HTML/file/directory/demo.html"> <button>Press Me Again</button> </a>
8th Aug 2016, 3:28 PM
freshnewname
freshnewname - avatar