+ 4
Hi Amraj,
You can create a button by using the html element <button></button>. If you want the button to submit a form, you need to give it an attribute of type="submit", so <button type="submit"></button>.
In between the tags you simply add what you want the button to say, so if we wanted our button to say 'Sign Up', we would write <button type="submit">Sign Up</button>
Hope this helps, check out Dev Dreamer on YouTube for more! :-)