<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;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.