Button Element
Just like desktop application forms, you can create a push button on a web form as well using the markup <button type="button">text/image</button>. The main difference between this element and buttons created with the <input> element is that you can add text or image inside a button element which provides you more control over button's appearance.
Learn the HTML5 language in this tutorial series. These tutorials are designed for new programmers to provide them thorough knowledge of full stack web development.