源代码
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>编程字典</title> </head> <body> <form action="action_page.php"> 名字:<input type="text" name="fname" autofocus><br> 姓氏: <input type="text" name="lname"><br> <input type="submit"> </form> <p><strong>注意:</strong> 注意autofocus属性不支持IE9和更早的版本。 </p> </body> </html>
运行结果