noun

Url

2389 of 3214
Good / Big

metropolis - A large and densely populated city, often a major cultural, economic, or political center.

New York City is a bustling metropolis known for its diversity and nonstop energy.

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