A modal is a popup window that is displayed on top of the current
page.
Do you want to delete this item ?
Write here something
<divclass="modal"><divclass="head-modal"><headerclass="title-modal">
Do you want to delete this item ?
</header><buttonclass="close">X</button></div><divclass="body-modal"><p>Write here something</p></div><divclass="footer-modal"><buttonclass="btn btn-primary">Cancel</button><buttonclass="btn btn-danger">Delete</button></div></div>