Демонстрация label

by webref

HTML

<label for="username">Имя пользователя</label>
<input type="text" name="username" id="username">