<!doctype html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>表单标签
</title>
</head>
<body>
<form>
<label for="username">用户名:
</label>
<input type="text" name="username" id="username" value="" />
<label for="pass">密码:
</label>
<input type="password" name="pass" id="pass" value="" />
<input type="submit" value="确定" name="submit" />
<input type="reset" value="重置" name="reset" />
</form>
</body>
</html>
转载于:https://www.cnblogs.com/Riona-C/p/7087455.html
相关资源:JAVA上百实例源码以及开源项目
转载请注明原文地址: https://mac.8miu.com/read-52073.html