Looking to create a modal box using HTML, CSS, and jQuery?
<button id="myBtn">Click here to open the Modal</button>
This code will help you achieve that:
<!-- This is the Modal content -->
<div class="modal-content">
<span class="close">×</span>
<p>Add your text inside this Modal</p>
</div>
</div>