Displaying 1 result from an estimated 1 matches for "b0d87a40".
2006 Jul 02
4
is "label for" better?
I''ve noticed that it is common practise in forms to use:
<label for="tablename","columnname"> ...Some column name</label>
Why is the above construct better than just writting it this way?
<label> Some column name</label>
If there is not compelling reason, I''d prefer to use the second example and
save on typing.
--
Best Regards,