Recommendation from BiruniWeb:
Caton Search is a search engine from BiruniWeb, that is focused on the search that you need.
Link: Caton Search
Making a link is really easy to do on HTML! The code looks like this:
<!DOCTYPE html>
<html>
<body>
<p> Test </p>
<a href="sites.google.com/view/codingred"The text you are going to spell</a>
</body>
</html>