Advertisement
Guest User

Untitled

a guest
Aug 21st, 2014
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.49 KB | None | 0 0
  1. <!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 //EN" "http://www.w3.org/TR/html4/strict.dtd">
  2. <html>
  3.   <head>
  4.     <meta http-equiv="content-type" content="text/html; charset=windows-1250">
  5.     <link rel="shortcut icon" href="images/smajlik_small.jpg" />
  6.     <meta http-equiv="cache-control" content="no-cache">
  7.     <title>
  8.       Rychlý přístup by Girion
  9.     </title>
  10.     <style>
  11.       div
  12.         {
  13.           width: 215px;
  14.           height: 175px;
  15.           background-color: yellow;
  16.           border: 1px solid black
  17.         }
  18.       form
  19.         {
  20.           background-color: red;
  21.           text-align: center
  22.         }
  23.       .nefunkcni
  24.         {
  25.           position: absolute;
  26.           left: 50%;
  27.           top: 50%
  28.         }
  29.       .test
  30.         {
  31.           margin: 0px auto
  32.         }  
  33.     </style>  
  34.   </head>
  35.  
  36.   <body>
  37.     <div class="test">
  38.       <p>
  39.         Jedno místo pro stránku
  40.       </p>
  41.       <form
  42.        action="http://www.google.com/search"
  43.        method="GET"
  44.        id="google"
  45.        name="q"
  46.        >
  47.           <label for="google">Vyhledat googlem:</label>
  48.           <br />
  49.           <input type="text" id="google" name="q" value="" size="20" maxlenght="50" />
  50.           <br />
  51.           <input type="submit" id="google" name="google" value="Hledat">
  52.       </form>
  53.     </div>
  54.      
  55.   </body>
  56. </html>
  57.  
  58.  
  59.  
  60. <!-- http://www.google.com/search?q=%s&sourceid=opera&ie=utf-8&oe=utf-8&channel=suggest -->
  61.  
  62. <!-- size 28 -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement