adjective

Url

49 of 62
Other / Other

genre - A category or type of art, music, literature, or entertainment characterized by a particular style, form, or content.

My favorite genre of books is fantasy, especially those with magical worlds and epic quests.

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