I really want to learn how to create my own search engine for my site. I have certain buttons and tags, but it is not looking. I can not understand the HTML or XHTML code for the actual search on the site.
This is the code that I still have:
<p class="search">
<label>SEARCH</label>
<input name="search" type="text" class="txt" />
<input name="search-btn" type="submit" class="btn" value="SEARCH" />
</p>
Thank!
source
share