Types of buttons

Notes:

HTML types of buttons and how they behave?
Submit button : type="submit"
Image button : type="image"
Reset button : type="reset"
Normal button: type="button"

Interview Questions: