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