Search This Blog

HTML Input Tag With Time Example

HTML Input Tag With Time Example :
<!doctype html>
<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body>
<h2> Input Tag With Time Example </h2>
<form>
<lable> Enter Time: </lable> <input type="time" />
</form>
</body>
</html>
OUTPUT
HTML Input Tag With Time Example

No comments:

Post a Comment