+ 1
How to Create Button in HTML
<!DOCTYPE html> <html> <head> <title>Title of the document</title> </head> <body> <button onclick="a href = 'https://google.com';">Click Here</button> </body> </html>
1 Odpowiedź
+ 12
Gaurav Kumar you can do like this
<a href="https://www.google.com"><button>click me</button></a>