March 16, 2008
Proper markup for required form fields
<label for="name">Name<abbr title="required">*</abbr></label>
<input type="text" id="name" class="input-text" />
From Aaron Gustafson’s Learning to love Forms (on SlideShare, slide #79).
March 16, 2008
<label for="name">Name<abbr title="required">*</abbr></label>
<input type="text" id="name" class="input-text" />
From Aaron Gustafson’s Learning to love Forms (on SlideShare, slide #79).
Zo simpel. Zo voor de hand liggend. Bedankt voor deze tip!
March 16th, 2008 at 2:48 ∞Wow, that’s indeed a very interesting presentation. Forms aren’t the easiest part of XHTML but with enough FIELDSETs, LEGENDs and LABELs it gets very nice .
March 16th, 2008 at 4:46 ∞