----------------------------------------------------------------------------------------
<html><!--root tag-->
<head><!--used for meta tag-->
<title><!--title tag-->
form with input tag date tag
</title>
</head>
<body><!--is a container-->
form <br>
<form><!--opening of form tag-->
<form>
choose the date
<input type="date">
<!--we can simply use type date-->
</form>
</body>
</html>
No comments:
Post a Comment