-
The __________ element may contain not just links but also other interactive items, including the newly introduced command element.
-
- menu
- progress
- meter
- details
- None of these
Correct Option: A
A scalar measurement within a range or fractional value is defined by meter tag. The menu tag defines a list/menu of commands. The menu tag is used for context menus, toolbars and for listing form controls and commands. 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 <details> tag. Progress of a task is done by progress element.