Horje

How to add HTML search <link> rel Attribute

A rel="search" on an <a> element.
This link is a Google search query with a filter for the current site.

search Provides a link to a resource that can be used to search through the current document and its related pages.
index.html
Example: HTML
To discover more:
 <a rel="search" href="https://google.com/search?q=site:dofactory.com" 
    target="_blank">Search here</a>.

Output should be:

 How to add HTML search <link> rel Attribute




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