-->

HTML page to choose the time from given time list.

We can take following example to understand form.
----------------------------------------------------------------------------------------------------------
<html><!--starting tag of html-->
<head><!--used for meta tag-->
<title><!--used for title of page-->
form concept
</title>
</head>
<body><!--is container-->
form <br>
<form><!--form tag-->
Your time is:<input type="time" name="t">
<!--we can choose time from given time box-->

</form><!--closing of form-->
</body>
</html>


No comments:

Post a Comment