zhousilai

input标签有几个常用的属性

checked  规定此 input 元素首次加载时应当被选中。

disabled  当 input 元素加载时禁用此元素。

name     定义 input 元素的名称。

src        定义以提交按钮形式显示的图像的 URL。

type      规定 input 元素的类型。

包含    

    • button
    • checkbox
    • file
    • hidden
    • image
    • password
    • radio
    • reset
    • submit
    • text

value    规定 input 元素的值。

 

 

 

 

分类:

技术点:

相关文章:

  • 2021-07-07
  • 2021-11-22
  • 2021-11-13
  • 2021-11-07
  • 2021-11-13
  • 2021-08-03
  • 2021-11-13
猜你喜欢
  • 2021-12-27
  • 2021-12-27
  • 2021-12-27
  • 2021-12-27
  • 2021-10-04
  • 2021-11-17
  • 2021-11-12
相关资源
相似解决方案