I'm working on a music site. I'm putting a search box. I want specific songs/artist when i search not the entire site. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I'm working on a music site. I'm putting a search box. I want specific songs/artist when i search not the entire site.

<div class="main"> <form action="Entertainment.html" target="_blank" method="get"> <input type="text" name="search" > <input type="submit" value="search"> </form> <div>

22nd Jan 2021, 8:22 PM
Chitu Chama
Chitu Chama - avatar
1 Answer
+ 2
use Api to get data from Anthor database or Anthor website
22nd Jan 2021, 8:31 PM
Jamal Saied
Jamal Saied - avatar