User Tools

Site Tools


Sidebar

en:objects:label

label

Object for managing labels (elements with the LABEL tag) on the current page

Description
the LABEL Tag establishes a relationship between a specific label, which is usually text, and a form element (input, select, textarea). This relationship is necessary to change the values of form elements when the mouse cursor is clicked on the text. In addition, you can use label to set keyboard shortcuts and navigate to the active element like links.

There are two ways to link an object and a placemark. The first is to use the id inside the form element and specify its name as the for attribute of the label tag. In the second method, the form element is placed inside the label container.

Learn more about the LABEL tag (source)



basic functionality

en/objects/label.txt · Last modified: 2020/10/06 17:49 (external edit)