我正在尝试创建一个链接到文件(spaceRace.html)
的按钮,但我不知道如何将按钮链接到该文件。
请告诉我应该在按钮代码中添加什么。
<button type="button" onclick="">1 Player Mode</button>
任何帮助都将受到高度赞赏,
答案 0 :(得分:-1)
<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>