adjective

829 of 1576
Bad / Pain

tragic - Something very sad often involving suffering.

The story of how Oedipus mistakenly killed his father and married his mother is a tragic story.

// Auto-focus search input when modal opens var searchModal = document.getElementById('searchModal'); if (searchModal) { searchModal.addEventListener('shown.bs.modal', function () { var inp = searchModal.querySelector('input[name=search]'); if (inp) inp.focus(); }); }