when we use name=“Keys” in input html tag?

后端 未结 2 1124
春和景丽
春和景丽 2021-01-28 19:39

when we use name=\"Keys\" in input html tag ?

i know name attribute but when we use keys ?

2条回答
  •  误落风尘
    2021-01-28 20:15

    The name attribute describes which form control a piece of data (specified by the value) to the server side process to which the form is submitted.

    "Keys" should be meaningful in the context of the form in which the input appears, but is meaningless taken on its own.

提交回复
热议问题