Modals using HTML and Javascript
I am trying to make 2 modals that are triggered by their corresponding buttons. This is my code: <!-- Trigger/Open The Modal --> <p><button id="seeBtn" type="button">SEE</button></p> <p><button id="hearBtn" type="button">HEAR</button></p> <!-- The Modal --> <div class="modal modal-content" id="seeModal"> <span class="close">×</span> <p>See…