Re: Radio and checkbox texts

My theory is something like this:

<label>Gender:</label>						<input name="gender" value="male" type="radio">Male</input>
															<input name="gender" value="female" type="radio">Female</input>

- Does "for" attribute in 'label' tag perform any real function? I don't think so!
- I think we should deal with radio text as the 'targget object' wich has an attribute called "radio button"

Best regards, 
  
- Anas R.
  http://www.richstyle.org/

Received on Thursday, 24 April 2008 08:11:48 UTC