Google known as the search giant of internet world. So that you can add a search box of google in your website anywhere in any webpage. It will helpful for your website visitor to search any related information from your site.The box also helpful to look your site beautiful. Now see how to add a searchbox to your website. It is very easy. Just copy and paste the following code to your webpage where you willing to add search box. That enough....<form method="get" action="http://www.google.com/search"> <input type="text" name="q" size="31" maxlength="255" value="" /> <input type="submit" value="Google Search" /> <input type="radio"...