Computer Science, asked by bhavyemadaan1999, 10 months ago

Tell the syntax to make a search box in website using html which searches in website?Working syntax will be marked as brainliest.

Answers

Answered by anindyaadhikari13
2

Answer:

To insert a search box.. write the code.

<form method=post action="#">

<input type="search" value="search" id="SearchID"/>

</form>

Explanation:

Hope this will help you....Please Mark this answer as the brainliest and follow me...

Answered by aditya2007g
1

Answer:

Explanation:

To insert a search box.. write the code.

<form method=post action="#">

<input type="search" value="search" id="SearchID"/>

</form>

Explanation:

Hope this will help you.

Please Mark this answer as the brainliest and follow me

Similar questions