<!DOCTYPE html> <html> <body> <form action="url here"> <label for="time">Select a time:</label> <input type="time" id="time input" name="time input:"> <input type="submit"> </form> </body> </html>