Part 1 — Modal window [What is it?]
In this part, we will create a basic application with modal window. We will use the modal window as an information board.
Table of Contents
Step 1 — HTML file
<div>
<h3>This is my first modal window app.</h3>
</div>Step 2 — Results
Last updated