Tootfinder

Opt-in global Mastodon full text search. Join the index!

@smurthys@hachyderm.io
2025-06-25 10:51:18

Poor example to introduce the `disabled` HTML attribute:
Lesson: Don't use the same/similar name as the concept being introduced.
```html
<label>
<input type="checkbox" name="ch-box" value="disabled" disabled />
disabled
</label>
```
#writing #scholarship #examples #technicalWriting