Duration: 16:31 min
Summary: This section will discuss how we can display a modal dialog. The page starts with a anchor tag (with a role as a button). When the user clicks on the button the dialog will slide down on the screen. There are two input boxes (first name and last name) with a search-query CSS class. We will also add two buttons, one to save (no actual saving is taking place), and a close button. When the close button is clicked, the dialog is dismissed and an alert will show.