adjective

Url

37 of 50
Good / Beautiful

handsome - Well-proportioned, aesthetically pleasing, or having a pleasing appearance.

The handsome architecture of the building made it a popular spot for tourists to take photos.

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