Home » HTML » HTML Forms » Question
  1. The new __________ element is supposed to represent some form of extra details, such as a tooltip or revealed region that may be shown to a user.
    1. details
    2. menu
    3. meter
    4. progress
    5. None of these
Correct Option: A

A scalar measurement within a range or fractional value is defined by meter tag. A list/menu of coommands is displayed by menu tag in html. The details tag specifies additional details that the user can view or hide on demand. The details tag can be used to create an interactive widget that the user can open and close. Any sort of content can be put inside the

tag. Progress of a task is done by progress element.



Your comments will be displayed only after manual approval.