noun

709 of 1578
Bad / War

rebel - A person who rises in opposition or armed resistance against an established government or ruler

In the late 1700s, rebels like George Washington fought against the tyrannical British in order to establish America.

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