Keywords:
You can make an <a>
that does a Google search automatically.
<a href="http://www.google.com/search?q=dog+nutrition" target="_blank" title="Search for 'dog nutrition' in Google. Opens a new window.">Google "dog nutrition"</a>
The ?q=
tells Google to actually run a search. Try can try the link. The URL contains search parameters, as if you had typed them manually.