HTML tip:

<!-- More complicated -->
<label for="username">Username:</label>
<input id="username" name="username" type="text">

<!-- My preference (mostly equivalent) -->
<label>Username:
<input name="username" type="text">
</label>

developer.mozilla.org/en-US/do

#HTML

Sign in to participate in the conversation
Mastodon

The social network of the future: No ads, no corporate surveillance, ethical design, and decentralization! Own your data with Mastodon!