I will insert the search box below into the text and I want it to be by default the search text "brands of home appliances" so that the user must only click search without having to fill in the text.
<div id="divBusca">
<input type="text" id="txtBusca" placeholder="Buscar..."/>
<img src="search3.png" id="btnBusca" alt="Buscar"/>
</div>
How do I do it?