Ví dụ input time Code: <!DOCTYPE html> <html> <body> <p> Nếu trình duyệt hỗ trợ:<br> Bạn sẽ nhìn thấy khung chọn thời gian. </p> <form action="/demo/action_page.php"> Chọn thời gian: <input type="time" name="usr_time"> <input type="submit" value="Gửi"> </form> <p><b>Lưu ý:</b> type="time" chưa được hỗ trợ trong trình duyệt Internet Explorer và Firefox. </p> </body> </html> Kết quả: