0

How can made a link in submit button in HTML?

5th Jun 2020, 11:08 AM
Bhawna Goel
Bhawna Goel - avatar
2 ответов
+ 1
Add the action attribute inside form tag to make the submit button redirect the user to the targeted page. <form action="url">
5th Jun 2020, 1:56 PM
🔥VENAGE🔥
🔥VENAGE🔥 - avatar