Ví dụ input search Code: <!DOCTYPE html> <html> <body> <form action="/demo/action_page.php"> Từ khóa tìm kiếm: <input type="search" name="keyword"> <input type="submit" value="Gửi"> </form> <p><b>Lưu ý:</b> type="search" chưa được hỗ trợ trong trình duyệt Internet Explorer, Firefox và Opera. </p> </body> </html> Kết quả: