We Recommend

HTML: The Definitive Guide HTML: The Definitive Guide
They teach you that learning HTML is like learning any other language and that reading a book of rules can only take you so far. Readers begin writing what may be their first Web page just two pages into the book's second chapter. From there on, they provide a wide range of HTML coding to allow readers to learn from good examples. The book includes a handy "cheat sheet" of HTML codes for quick reference.


Posted By

sgraber on 02/08/08


Tagged

search google


Versions (?)


Who likes this?

2 people have marked this snippet as a favorite

usgraphicscom
jserpa


Google Custom Search Engine from a List of Links


Published in: HTML 


URL: http://www.google.com/coop/cse/onthefly

  1. <!-- Use of this code assumes agreement with the Google Custom Search Terms of Service. -->
  2. <!-- The terms of service are available at /coop/docs/cse/tos.html -->
  3. <form name="cse" id="searchbox_demo" action="http://www.google.com/cse">
  4. <input type="hidden" name="cref" value="" />
  5. <input name="q" type="text" size="40" />
  6. <input type="submit" name="sa" value="Search" />
  7. </form>
  8. <script type="text/javascript" src="http://www.google.com/cse/tools/onthefly?form=searchbox_demo"></script>

Report this snippet 

You need to login to post a comment.