:
📜 ⬆️ ⬇️

Useful

The <label> tag allows, when clicking on the text, to transfer the input focus to an element of type <input>:
<label for="txtName">:</label>
<input type="text" id="txtName">

')

Source: https://habr.com/ru/post/10639/


All Articles