input margin: 0px 0px 5px 0px; : input « Form « HTML / CSS






input margin: 0px 0px 5px 0px;

   


<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style rel="stylesheet" type="text/css">

input {
  border: 1pt solid #6A849D;
  font: normal 10px tahoma;
  color: #707070;
  margin: 0px 0px 5px 0px;
}

.search {
  padding: 5px;
  font-size: 0.9em;
  color: #6A849D;
}

</style>

</head>
<body>

      <div class="search">
        <p><strong>Looking for Something: </strong><br />
          <br />
          <input type="text" size="15" />
          <input type="submit" name="Search" value="Search" />
        </p>
      </div>


</body>
</html>

   
    
    
  








Related examples in the same category

1.'input' Example
2.input with class name
3.Set margin for input control
4.Set width of input control
5.Set input background color and color
6.Set width and display style for input
7.Set all input control for margin, left float, width and display style
8.Set input control with focus to have yellow background
9.Set required label field to have bold font and highlight color
10.Set border width, border style and border color for all input controls
11.Set width and margin for all input controls
12.Set background color, font and border for form control
13.Tabbing Order with tabindex
14.Access Keys
15.input display: block;
16.input margin-bottom: 1.25em;
17.input width: 150px;
18.input border: 1px solid black;
19.input border-right: 2px solid black;
20.input border-bottom: 2px solid black;
21.Required field
22.Register for our e-mail
23.Login form
24.input class id selector and property selector
25.input width: 12em
26.input margin: 0 0 .5em 0;
27.Attribute Value Selectors for input controls
28.input padding:2px;
29.input border:1px solid #eee;
30.input font: normal 1em Verdana, sans-serif;
31.input color:#777;
32.input padding: 2px;
33.input border: 1px solid #EFEFEF;
34.input font: normal 1em Verdana, 'Trebuchet MS', Tahoma, sans-serif;
35.input color: #666666;
36.input:focus background-color:#ffffcc;
37.input:focus border-width:3px;
38.input:focus border-color:#ff0000;
39.input background: blue;
40.input color: white;
41.input border: 3px solid royalblue;
42.Input border: 2px inset #CECECE;
43.Input height: 17px;
44.Input float: left;
45.Input margin: 8px 0 0 7px;
46.Input padding: 0 0 0 5px;
47.Input font-size: 12px;
48.Input color: #454545
49.Input height: 20px;
50.Input width: 329px;
51.Input border-top: 1px solid #700303;
52.Input border-left: 1px solid #700303;
53.Input border-bottom: 0px;
54.Input border-right: 0px;
55.Input margin: 0 5px 0 11px;
56.Input padding: 2px 0 0 2;
57.Input background-color: red
58.input border: 1pt solid #6A849D;
59.input font: normal 10px tahoma;
60.input color: #707070;
61.input color: lightblue;
62.input border: 3px solid lightblue;
63.A simple form with input elements
64.An input form that calls a form-to-email Cgi script
65.input color: #fcc; background-color: #900; font-size: 1.5em; border: 1px solid #660; padding: 4px;
66.input margin-bottom: 1.5em; width: 50%; color: #666; background-color: #ccc;
67.Using border to highlight input
68.input color: #00008B;background-color: #ADD8E6;border: 1px outset #00008B;
69.input color: #00008B;background-color: #E3F2F7;border: 1px inset #00008B;width: 200px;
70.input:focus border: 2px solid #000000;
71.input:focus background-color:#ffffcc; border-width:3px;border-color:#ff0000;
72.Single line text input control
73.Multi line text input control
74.input:focus background-color:#c4c4c4;
75.input background-color:#cccccc;
76.input for email
77.File input
78.Image input
79.Hidden Input Example
80.Message Input form
81.File Upload Test
82.A prepopulated text field with a maximum length
83.Change textbox border when focus in
84.'alt': an alternate description
85.'disabled' sets the enabled state of an element
86.'vcard_name' sets the element vCard value to use with the autocomplete list provided by the browser