Implementar una opción de búsqueda a través de Google en nuestro sitio web es tan sencillo como esto:
<form method="get" action="http://www.google.com/custom">
<table bgcolor="#FFFFFF" cellspacing="0" cellpadding="0" border="0">
<tr>
<td><a href="http://www.google.com/custom/">
<img src="http://www.google.com/logos/Logo_40wht.gif" border="0" alt="Google" align="absmiddle">
</a>
</td><td>
<input type="text" name="q" size="25" maxlength="255" value="">
</td><td>
<input type="submit" name="btnG" value="Buscar en Google">
</td>
</tr>
</table>
</form>







