First commit.

This commit is contained in:
kj
2020-08-02 00:27:43 -04:00
commit b1d8a63862
3399 changed files with 130628 additions and 0 deletions

View File

@ -0,0 +1,3 @@
form [HTML5]
The form element that the select element is associated with (its "form owner"). If this attribute is specified, its value must be the ID of a form element in the same document. This enables you to place select elements anywhere within a document, not just as descendants of their form elements.