源代码
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>编程字典</title> </head> <body> <form action="action_page.php"> 名字:<br> <input type="text" name="firstname"> <br> 姓氏:<br> <input type="text" name="lastname"> <br><br> <input type="submit"> </form> <p>注意默认的form不显示.</p> <p>text的默认的宽度是20个字符.</p> </body> </html>
运行结果