---------------------------------------------------------------------------------------------------------
<html><!--root tag-->
<head><!--used for meta tag-->
<title><!--title tag-->
form with input type time
</title>
</head>
<body><!--is a container-->
form <br>
<form><!--opening of form tag-->
enter time
<input type="time">
<!--accepts time-->
</form>
</body>
</html>
No comments:
Post a Comment