Button value is not appearing

Asked

Viewed 27 times

0

have already tested on Chrome and firefox but nothing and neither ide is accusing error

  • 1

    Niko if it was input would work for button the syntax is like this <button type="button">Tecle Enter</button>

1 answer

1


Error of syntax. The right thing would be:

  • <button>tecle enter</button>

    or

  • <input type="button" value="tecle enter"/>

Browser other questions tagged

You are not signed in. Login or sign up in order to post.