Shared Flashcard Set

Details

Interactive elements
HTML offers a selection of elements which help to create interactive user interface objects.
5
Computer Science
Not Applicable
07/31/2019

Additional Computer Science Flashcards

 


 

Cards

Term
<details>
Definition
The HTML Details Element (<details>) creates a disclosure widget in which information is visible only when the widget is toggled into an "open" state.
Term
<dialog>
Definition
The HTML <dialog> element represents a dialog box or other interactive component, such as an inspector or window.
Term
<menu>
Definition
The HTML <menu> element represents a group of commands that a user can perform or activate. This includes both list menus, which might appear across the top of a screen, as well as context menus, such as those that might appear underneath a button after it has been clicked.
Term
<menuitem>
Definition
The HTML <menuitem> element represents a command that a user is able to invoke through a popup menu. This includes context menus, as well as menus that might be attached to a menu button.
Term
<summary>
Definition
The HTML Disclosure Summary element (<summary>) element specifies a summary, caption, or legend for a <details> element's disclosure box.
Supporting users have an ad free experience!