<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> 
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr"> 
   <head profile="http://a9.com/-/spec/opensearch/1.1/"> 
     <!--- ... ---> 
     <link rel="search" 
           type="application/opensearchdescription+xml"  
           href="osdescription.php" 
           title="Content search" /> 
     <!--- ... ---> 
     <title>Open Search Demo</title> 
   </head> 
   <body> 
     <!--- ... ---> 
     Just click on the search box on your browser to add this 
   </body> 
 </html> 
 
 |