Advertisement
Home Open Editor ❯

HTML <input> type Attribute

Example

<input type="time" name="tim">

Try this code ❯

Meaning

A control for entering a time value with no time zone.

Additional Attributes


Standard Syntax

HTML: <input type="time">

XHTML: <input type="time" />


Advertisement

Home Open Editor ❯
Advertisement