How to I create a link to another file? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to I create a link to another file?

I've being trying to make a link using the login form to another file. The login button is responsive but I've been trying to create another link using the button but it isn't working. Here the code for the login button: <button type="submit" name="button">Login</button>

3rd May 2020, 12:38 PM
Emmanuel Essien
Emmanuel Essien - avatar
1 Answer
0
create an anchor tag and style that as button or use form tag
3rd May 2020, 2:09 PM
Ayan Poddar
Ayan Poddar - avatar