HTML: Button that links to a .html file -
this question has answer here:
- how create html button acts link? 26 answers
i'm trying make button links file (spacerace.html)
, don't know how button link file.
please tell me should put in button code.
<button type="button" onclick="">1 player mode</button>
any highly appreciated,
<a href = "spacerace.html"><input type = "button" style = "color:red; height:100px;width:125px; font-size:10px;font-family:'comic sans ms' " value = "1 player mode"/></a>
Comments
Post a Comment