其他分享
首页 > 其他分享> > input输入框用法

input输入框用法

作者:互联网

一、常见输入框

<input type="text" name="fname"

placeholder="请输入账户"
value="<%=keyWord1 == null ? "" : keyWord1%>"
style="height: 30px;width: 354px;font-size:18px"/>

二、按钮

<input name="Submit" type="submit"
value="查 询" style="height: 30px;width: 60px;font-size:18px"/>

标签:style,width,18px,value,用法,输入框,input,font
来源: https://www.cnblogs.com/ultraTK/p/15667984.html