html 普通按钮

<input type="button"> 即普通按钮

示例 1 : 

普通按钮

<input type="button" value="一个按钮">

html 普通按钮

 

  示例 2 : 

普通按钮不具备提交form的效果

普通按钮不能提交
<form action="/study/login.jsp" method="get">
账号:<input type="text" name="name"> <br/>
密码:<input type="password" name="password" > <br/>
<input type="button" value="登陆">
</form>

html 普通按钮

 

html 普通按钮

上一篇:.NET 字符串指定规则添加换行


下一篇:html 按钮