<form> <button>button</button> </form> <script> alert(document.querySelector('button').type) </script>