form表单提交
作者:
薛定谔的程序 | 来源:发表于
2019-12-22 12:53 被阅读0次<form action="https://www.baidu.com">
<table border="1px" cellspacing="0">
<tbody>
<col width="100px">
<col width="100px">
<tr style="height: 40px"align="center" >
<td rowspan="4">表单提交</td>
<td colspan="2"></td>
</tr>
<tr style="height: 30px" >
<td align="right">用户名:</td>
<td colspan="2" align="left">
<input type="text" name="Name">
</td>
</tr>
<tr style="height: 30px" >
<td align="right">密码:</td>
<td colspan="2" align="left">
<input type="password" name="pwd">
</td>
</tr>
<tr style="height: 30px" align="center">
<td colspan="2">
<input type="submit" value="提交">
<input type="reset" value="重置">
</td>
</tr>
</tbody>
</table>
</form>

image.png
本文标题:form表单提交
本文链接:https://www.haomeiwen.com/subject/awronctx.html
网友评论