📜  html 输入名称和值以及 id - Html 代码示例

📅  最后修改于: 2022-03-11 14:53:25.499000             🧑  作者: Mango

代码示例1
name is the name that is used when the value is passed 
(in the url or in the posted data). 
id is used to uniquely identify the element for CSS styling and JavaScript.

The id can be used as an anchor too.
In the old days,