<p><i>Нажмите на лейблы</i></p>
<label for="input1">Лейбл для инпута 1</label>
<input type="text" id="input1" />
<label for="input1">Лейбл для инпута 2</label>
<input type="text" id="input1" />
label {
display: block;
}
input {
margin-bottom: 15px;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.