HTML
HTML5 表单属性
定义了一个图像提交按钮, 使用了 height 和 width 属性
源代码:
点击运行 »
<input type="image" src="/examples/img_submit.gif" alt="Submit" width="48" height="48">
运行结果:
点击运行 »