Form planning

S

shapper

Hello,

I am creating a few forms for two web sites.
The forms will have a header which I would like to style with CSS.

My idea is to create the form as follows:

<div id = "form">
<h1>My Form</h1>
<ol>
<li>
<label for="name">Name<em>*</em></label>
<input id="name" />
</li>
<li>
<label for="name">Name<em>*</em></label>
<input id="name" />
</li>
</ol>
</div>

Is this the best way to do this?
The for header is usually some text.
However, sometimes, it also might be some 100% width bar with a
background color and having some text in it or maybe even an image.

Is this the best way to do it?

Could someone please send me sugestions?

Thanks,
Miguel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,767
Messages
2,569,572
Members
45,046
Latest member
Gavizuho

Latest Threads

Top