html5andphp: html5 example

Showing posts with label html5 example. Show all posts
Showing posts with label html5 example. Show all posts

Sunday, 28 July 2013

html5 voice seach

Making voice search using html5 




<!DOCTYPE html>
<html>
  <style type="text/css">
  #uk
  {
  border-radius:35px;
  -wekit-border-radius:35px;

  }

 </style>

 <body></br>
 </br></br>
 </br></br>
 </br></br>
 </br></br>
 </br>
 <center>
<table id="uk" width="200"  cellspacing="2" cellpadding="2" height="100"  bgcolor="#0000FF">
  <tr>
    <td><center>uk</center>
  <form action="http://www.google.com/search" method="get"  >
   <input type="text" id="uk" name="q" size="25″ maxlength="255″ value=""  x-webkit-speech/>
 <center>  <input type="submit" value="SearchinG"/></center>
  </form>
</td>
  </tr>
</table>
</center>
 </body>
 </html>

Output



search bar