------------------------------------------------------------------------------------------
<html><!--root tag-->
<head><!--used for meta tag-->
<title><!--title tag-->
form with input type month
</title>
</head>
<body><!--is a container-->
form <br>
<form><!--opening of form tag-->
choose month<br>
<input type="month">
</form>
</body>
</html>