The <label> element defines a label for a <button>, <input>, <meter>, <output>, <progress>, <select>, or <textarea> element
The <label> element does not render as anything special for the user. However, it provides a usability improvement for mouse users, because if the user clicks on the text within the <label> element, it toggles the control
The for attribute of the <label> tag should be equal to the id attribute of the related element to bind them together
Try clicking on the label instead of the button
The <link> element defines a link between a document and an external resource. The <link> tag is used to link to external style sheets