Change Button into a Link transfer Button

Link transfer Button Button

You can change button into a working button just adding some thing in button tag.

Link transfer Button-

You can add any link in button and if you click on button the current page was closed and the given link was opened.
Example~
An example to transfer the web page in google site.
Syntax-
<button><a href="http://google.co.in"> Google </a></button>
Output-
The Google site is opened after clicking the button.

                                                 ...Ansh Swaroop

Comments