noun

Url

1249 of 1576
Bad / Stupid

platitude - A trite or cliché saying that is expressed as if it were profound, but is actually banal.

The motivational speaker's advice sounded more like a bunch of platitudes rather than genuine guidance, offering nothing new to the audience.

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