Button value not appearing

0

I have tried chrome and firefox but nothing and neither is accusing accusing error

    
asked by anonymous 05.06.2016 / 00:18

1 answer

1

Syntax error. The correct would be:

  • <button>tecle enter</button>

    or

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

05.06.2016 / 01:17