<span id="result_box" class="short_text" lang="en"><span style="color: rgb(0, 0, 0);" title="">I prefer separate tags, because is more easily to style</span></span><br><br><label for="full_name">Full Name:</label><br>


<input name="full_name" id="full_name" type="text" /><br><br>The "for" of label is linked with "id" of input, and not the "name"<br><br clear="all">--<br>

Renatho De Carli Rosa<br><a href="http://www.grifotecnologia.com.br" target="_blank">www.grifotecnologia.com.br</a><br><br><br><div class="gmail_quote">2010/10/26 Paul Arzul <span dir="ltr"><<a href="mailto:paul.arzul@gmail.com">paul.arzul@gmail.com</a>></span><br>

<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="im">On 26 October 2010 00:12, Herman Hassel <<a href="mailto:herman@agrabush.com">herman@agrabush.com</a>> wrote:<br>


> On 23.10.2010 21:02, <a href="mailto:help-request@lists.whatwg.org">help-request@lists.whatwg.org</a> wrote:<br>
><br>
</div><div class="im">> We'd be happy to get some feedback on this way of doing forms, if anyone has<br>
> a better idea when it comes to the semantics.<br>
<br>
</div>You can nest the input in the label.<br>
<div class="im"><br>
<br>
> <form><br>
>     <fileset><br>
>         <legend>Personal Info</legend><br>
>         <div><br>
>             <label for="full_name">Full Name:</label><br>
>             <input name="full_name" type="text" /><br>
>         </div><br>
>         <div><br>
>             <label for="full_address">Full Address</label><br>
>             <input name="full_address" type="text" /><br>
>         </div><br>
>     </fieldset><br>
<br>
</div><legend>Personal Info</legend><br>
    <label>Full Name: <input></label><br>
    <label>Full Address: <input></label><br>
...<br>
</blockquote></div><br>