Vidyalelo
HTML · Q50

HTML5

Programming · HTML · question 50

Q50

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.

A.
progress
B.
meter
C.
details
Answer
D.
menu

Answer: Option C

Solution

Answer: Option C
Solution:
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.