To make a search tab I have executed the following:
<form>
<input type="text" name="search" placeholder="Search..">
</form>
However if I want to search another element from the same html page like say a paragraph named "123" using this search tab how can I proceed?