如何在此HTML代码中添加三个不同的图像按钮图标?

时间:2017-09-11 07:12:03

标签: html css image button

这是我的HTML代码:

<input id="text" type="text" name="text">
<input type="button" name="page1" onclick="javascript:window.open('http://example.com/' + this.name + '/' + document.getElementById('text').value)">
<input type="button" name="page2" onclick="javascript:window.open('http://example.com/' + this.name + '/' + document.getElementById('text').value)">
<input type="button" name="page3" onclick="javascript:window.open('http://example.com/' + this.name + '/' + document.getElementById('text').value)">

1 个答案:

答案 0 :(得分:0)

您只需要添加另一个字段,如下所示

<input type="button" style="height:200px;width:200px;background-image:url('https://i.stack.imgur.com/jhiAi.png')"/>