E-mail List Archives
forms & th & label
From: Robin Brunner
Date: Aug 5, 2009 5:20PM
- Next message: J. B-Vincent: "Re: forms & th & label"
- Previous message: Waltenberger, Lon (LNI): "Re: Title attributes on images and links"
- Next message in Thread: J. B-Vincent: "Re: forms & th & label"
- Previous message in Thread: None
- View all messages in this Thread
Inside form and table tags, I have:
<tr>
<th scope="row" align="right">
<label for="name">Your Name: </label></th>
<td align="left">
<input type="text" id="name" name="name" size="35"
title="Enter Your Name">
</td>
</tr>
<tr>
<th scope="row" align="right">
<label for="address">Address: </label></th>
<td align="left">
<input type="text" id="address" name="address" size="40"
title="Enter Your Address">
</td>
</tr>
??If the form is a table, and I use <th>,
how do the label elements in the table headers
and id attributes in the input elements help,
or do they??
THANKS, R
Robin Switzer Brunner
CompuPlace Director
601 Second Ave SE #3
Cedar Rapids, Iowa 52401-1305
319-362-4284
<EMAIL REMOVED>
www.ecc-cr.net
- Next message: J. B-Vincent: "Re: forms & th & label"
- Previous message: Waltenberger, Lon (LNI): "Re: Title attributes on images and links"
- Next message in Thread: J. B-Vincent: "Re: forms & th & label"
- Previous message in Thread: None
- View all messages in this Thread