noun

Url

1537 of 1576
Bad / War

fortress - A large, strong building or group of buildings that can be defended from attack

After the major battle, the army rested in the fortress on the top of the mountain.

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