I have code that my group developed:
<button id="createLink" class="blue" type="button" title="Create Text"></button>
Can someone give me some advice on this. My groupmates are specifying the wording type=”button”. If this already is a button then why is it needed?
By default, a
<button>element istype="submit", nottype="button".See the specification:
… or the previous specification: