Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
C'était pour faire une barre de recherche comme sur Rg de rechercheDis directement ce que tu veux ici.
C'est simpleC'était pour faire une barre de recherche comme sur Rg de rechercheEn html
<form action="TaPageQuiExecuteLaRecherche.php">
<input type="text" placeholder="Recherche..." name="recherche">
<input type=""submit" value="Chercher">
</form>
MerciC'est simple
Après à toi de mettre en forme avec le CSS.HTML:<form action="TaPageQuiExecuteLaRecherche.php"> <input type="text" placeholder="Recherche..." name="recherche"> <input type=""submit" value="Chercher"> </form>