0
What input type is used for a button that leads to a sign in page?
3 Antworten
+ 4
Something like this might work for you to.
<form action='https://www.google.com/'>
<input type='submit' value='Link To Google'>
</form>
+ 1
yes thanks
0
Do you mean something like that?
<button><a href="signInPage.html>Sign In here!</a></button>