confi-emacs-inicial/elpa/ac-html-20151005.731/completion-data/html-tag-short-docs/label

16 lines
707 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

The HTML <label> Element represents a caption for an item in a user interface. It can be associated with a control either by placing the control element inside the label element, or by using the for attribute. Such a control is called the labeled control of the label element.
Content categories:
Flow content, phrasing content, interactive content, form-associated element, palpable content.
Permitted content:
Phrasing content, but no descendant label elements. No labelable elements other than the labeled control are allowed.
Tag omission:
None, both the starting and ending tag are mandatory.
Permitted parent elements:
Any element that accepts phrasing content.
DOM interface:
HTMLLabelElement