2021年3月22日星期一

How do you add a functional search bar on an HTML page?

For the website I am creating for a class, I have a search bar that is currently only aesthetic and does not actually search different words and phrases throughout the website.

<div class="search-container">    <input type="text" placeholder="Explore" name="explore">    <button type="submit">🔎</button>  </div>  

This is the only code I have regarding the search bar, and obviously it doesn't function yet. You can only type things in and hit the enter/submit button, but it doesn't actually search YET.

https://stackoverflow.com/questions/66756292/how-do-you-add-a-functional-search-bar-on-an-html-page March 23, 2021 at 10:07AM

没有评论:

发表评论