Use the <datalist> element for input suggestions
HTML5 has a ` element which you can you use to create suggestions for inputs. Just specify the
listattribute on your input, whose value should correspond to the
idof the
datalist, and then populate your
datalist` with options:
html
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist