实例 文本域(Text fields)

x
 
<html>
<body>
<form>
名:
<input type="text" name="firstname">
<br>
姓:
<input type="text" name="lastname">
</form>
</body>
</html>
                    

输出结果