Html Search box_New User

I want an HTML search box for searching inside the texts sorted below on an HTML page

<a href="gallery25491">abcd</a>
<a href="gallery25491">efga</a>
<a href="gallery25491">jkl</a>
<a href="gallery25491">mn</a>

So that when “a” is typed in the search box, the link “abcd” will appear. And so on.How can I do that?

You can’t do it with HTML alone, but it could be done with JS or a server-side script. Which would you prefer?

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.