noun

13 of 60
Bad / Bad

stigma - A mark of disgrace associated with a particular circumstance, quality, or person

In "The Scarlet Letter," Hester Prynne must deal with the stigma of having an out-of-wedlock child in a Puritan setting.

// 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(); }); }