Another cool form effect is to have the cursor start in a particular field when the page loads, it uses a JavaScript command in the body tag:
This tells the browser to focus on a form named "myform" and a input tag named "start" when the page loads. Where the JavaScript says "myform" is where you will type the name of your form, like so: