源代码
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>编程字典</title> </head> <body> <form action="action_page.php"> 搜索: <input type="search" name="googlesearch"> <input type="submit"> </form> </body> </html>
运行结果