Horje

How to create HTML <search> Tag

It surrounds the search form with a search element:
index.html
Example: HTML
<search>
  <form>
    <input name="fsrch" id="fsrch" placeholder="Search Horje">
  </form>
</search>

Output should be:

How to create HTML <search> Tag




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Tag
Uploaded by:
Admin