Can you have 2 labels with the same name in HTML?

noBull

New member
such as:

<p><label for="address">Address</label> <input type="text" id="address_first" /></p>
<p><label for="address">*</label> <input type="text" id="address_second" /></p>
 
Back
Top