“编辑页面”的版本间的差异
来自能源智库
第1行: | 第1行: | ||
− | |||
<html> | <html> | ||
+ | |||
<body> | <body> | ||
− | < | + | <form> |
− | + | 名: | |
− | < | + | <input type="text" name="firstname"> |
− | + | <br /> | |
− | + | 姓: | |
− | + | <input type="text" name="lastname"> | |
− | + | </form> | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | </ | ||
</body> | </body> | ||
</html> | </html> |
2016年6月17日 (五) 21:27的版本
<html>
<body>
<form>
名:
<input type="text" name="firstname">
姓:
<input type="text" name="lastname">
</form>
</body> </html>