M
Moosus Gracius
Quick Question,
Can you nest input tags insde of label tags and do away with the for
attribute?
ie:
<p><label>Comments:<textarea name="textareaName" rows="4"
cols="40"></textarea></label></p>
or do I need to place them all inline
ie:
<p><label for="comments">Comments:</label><textarea
name="textareaName" rows="4" cols="40" id="comments"></textarea></p>
Cheers
moosus
Can you nest input tags insde of label tags and do away with the for
attribute?
ie:
<p><label>Comments:<textarea name="textareaName" rows="4"
cols="40"></textarea></label></p>
or do I need to place them all inline
ie:
<p><label for="comments">Comments:</label><textarea
name="textareaName" rows="4" cols="40" id="comments"></textarea></p>
Cheers
moosus