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!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 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 Réponse
+ 2
use Api to get data from Anthor database or Anthor website
22nd Jan 2021, 8:31 PM
Jamal Saied
Jamal Saied - avatar