标签: input属性
thumbnail

html中input属性有哪些

在HTML中,input元素的属性有很多种,常见的一些属性包括: type:指定输入字段的类型,如text、password、checkbox、radio、number等。 name:指定输入字段……