HTML Editor
<!DOCTYPE html> <html lang="en-US"> <body> <form action="/user-name.php" method="get"> Name: <input type="text" name="name"> <button type="button">Button</button> </form> <p><strong>Note:</strong> This is just a clickable button and it will not submit your form. This button is more useful with <a href="/js">Javascript</a></p> </body> </html>
OUTPUT
×

Save as Private