Button in Html

In this chapter we learn how buttons are created using HTML.

Button is basically an element or tag in html. We can give different names inside button and on clicking button it can perform different actions.

We can use a button with anchor tag as well as with input type.

Aside all this there’s lots of properties of buttons.

  • Disable
  • Reset 
  • Submit
  • name
  • value