Happy TutorialsA nice styled contact form is a simple and quick way to make your site look
| CSS | Human Person Language |
<style type="text/css">
|
start the css definition section
create some styles the ':focus' bits means this style comes into
another style - taller, for the big input area
some styles for the button |
Then create a form, add some input boxes, and attach a style 'class' for each form element
| HTML | Human Person Language |
<input name="name" type="text" class="formInput1" id="name" /> |
a normal input box, but use class="formInput1" to attach the style to this element on the page |