Home » HTML » HTML Forms » Question
  1. week attribute defines ____________.
    1. week, month and year
    2. week and year
    3. week
    4. year
    5. None of these
Correct Option: B

week input type defines a week and year. It does not define the time zone. Syntax is <form action=”ghu.php”> week: <input type=”week” name=”week and year”> <input type=”submit”> </form>, this gives a selection box and display a calendar like chart from where we can select a week and the year as well.



Your comments will be displayed only after manual approval.