Tagged Questions
0
votes
1answer
89 views
Showing read only data in a label on a form (508 implications) [closed]
One of the definitions of a HTML label is:
The HTML label element associates a piece of text to a control
What is the correct way to render HTML when the label itself is NOT "for" another label?
...
20
votes
3answers
1k views
HTML label association with inputs; bad UX?
I'm a web developer having a weird UX issue. When I build HTML forms, I ensure that every input's label is implemented through a <label></label> tag and that each label uses the for ...