Home / CSE / HTML- CS :: Discussion

Discussion :: HTML- CS

  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.

  2. A.

     progress

    B.

     meter

    C.

     details

    D.

     menu

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    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.


Be The First To Comment