Ví dụ thuộc tính autofocus Code: <!DOCTYPE html> <html> <body> <form action="/demo/action_page.php"> Họ:<input type="text" name="fname" autofocus><br> Tên: <input type="text" name="lname"><br> <input type="submit" value="Gửi"> </form> <p><strong>Lưu ý:</strong> Thuộc tính autofocus trong thẻ input không được hỗ trợ trong Internet Explorer 9 và các phiên bản trước.</p> </body> </html> Kết quả: