What input type is used for a button that leads to a sign in page? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What input type is used for a button that leads to a sign in page?

22nd Nov 2016, 11:45 PM
bdubs5050
bdubs5050 - avatar
3 Answers
+ 4
Something like this might work for you to. <form action='https://www.google.com/'> <input type='submit' value='Link To Google'> </form>
23rd Nov 2016, 12:44 AM
Metrik 🕵
Metrik 🕵 - avatar
+ 1
yes thanks
22nd Nov 2016, 11:59 PM
bdubs5050
bdubs5050 - avatar
0
Do you mean something like that? <button><a href="signInPage.html>Sign In here!</a></button>
22nd Nov 2016, 11:58 PM
Jakub Stasiak
Jakub Stasiak - avatar