HTML:链接到.html文件的按钮

时间:2015-06-01 06:41:26

标签: html

我正在尝试创建一个链接到文件(spaceRace.html)的按钮,但我不知道如何将按钮链接到该文件。

请告诉我应该在按钮代码中添加什么。

<button type="button" onclick="">1 Player Mode</button>

任何帮助都将受到高度赞赏,

1 个答案:

答案 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>