----------------------------------------------------------------------------------------------
<html><!--root tag-->
<head><!--used for meta tag-->
    <title><!--title tag-->
        form with type week
    </title>
</head>
<body><!--is a container-->
    form <br>
    <form><!--opening of form tag-->
        enter week
        <input type="week">
        <!--helps us to input week and year-->
    </form>
</body>
</html>
