noun

Url

13 of 60
Bad / War

conquest - The subjugation and assumption of control of a place or people by use of military force.

This map shows the size of the conquest of Alexander the Great.

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