Can I use other elements inside the placeholder of the input tag? something like this:
<input placeholder='search for a restaurant, cuisine, or a dish' className='form-control'/>
if I Want the placeholder to be bold, can I use something like
<input placeholder='<h1>search for a restaurant, cuisine, or a dish <h1/>' className='form-control'/>
will it work? Is there any other way to do it?