Error of syntax. The right thing would be: <button>tecle enter</button> or <input type="button" value="tecle enter"/>
Niko if it was input would work for button the syntax is like this
<button type="button">Tecle Enter</button>
– Gabriel Rodrigues