noun

13 of 60
Good / Beautiful

pomp - Ceremony and splendid display, especially at a public event

Queen Elizabeth is always surrounded by ceremonial pomp whenever she attends a public event.

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