mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(curriculum): add modal wording (#55642)
This commit is contained in:
+2
@@ -7,6 +7,8 @@ dashedName: step-7
|
||||
|
||||
# --description--
|
||||
|
||||
A <dfn>modal</dfn> is an element that prevents all interaction with elements outside it until the modal has been dismissed.
|
||||
|
||||
The HTML `dialog` element has a `showModal()` method that can be used to display a modal dialog box on a web page.
|
||||
|
||||
```js
|
||||
|
||||
Reference in New Issue
Block a user