Search This Blog

HTML Input Tag With Date Time Example

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

No comments:

Post a Comment