Home » HTML » HTML Forms » Question
  1. month attribute defines ___________.
    1. month and year
    2. date
    3. date and time
    4. the only month
    5. None of these
Correct Option: A

month and year are defined by month attribute. It does not define the time zone. The syntax is Anniversary (month and year) <input=”month” name=”anniversary month” >., date attribute defines the date, datetime-local defines date and time but no time zone.



Your comments will be displayed only after manual approval.