Interactive Elements Flashcards

1
Q

Interactive Element

A

HTML offers a selection of elements which help to create interactive user interface objects.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

details

A

The HTML element creates a disclosure widget in which information is visible only when the widget is toggled into an “open” state. A summary or label must be provided using the summary element.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

dialog

A

The HTML element represents a dialog box or other interactive component, such as a dismissible alert, inspector, or subwindow.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

menu

A

The HTML element is a semantic alternative to ul. It represents an unordered list of items (represented by li elements), each of these represent a link or other command that the user can activate.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

summary

A

The HTML element specifies a summary, caption, or legend for a details element’s disclosure box. Clicking the element toggles the state of the parent element open and closed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly