zoukankan      html  css  js  c++  java
  • input type 种类

    input   type=input  
      Creates   a   variety   of   form   input   controls.     
       
    input   type=button  
      Creates   a   button   control.     
       
    input   type=checkbox  
      Creates   a   check   box   control.   
       
    input   type=file  
      Creates   a   file   upload   object   with   a   text   box   and   Browse   button.   
       
    input   type=hidden  
      Transmits   state   information   about   client/server   interaction.     
       
    input   type=image  
      Creates   an   image   control   that,   when   clicked,   causes   the   form   to   be   immediately   submitted.     
       
    input   type=password  
      Creates   a   single-line   text   entry   control   similar   to   the   INPUT   type=text   control,   except   that   text   is   not   displayed   as   the   user   enters   it.   
       
    input   type=radio  
      Creates   a   radio   button   control.     
       
    input   type=reset  
      Creates   a   button   that,   when   clicked,   resets   the   form's   controls   to   their   initial   values.     
       
    input   type=submit  
      Creates   a   button   that,   when   clicked,   submits   the   form.     
       
    input   type=text  
      Creates   a   single-line   text   entry   control.

  • 相关阅读:
    CAS无锁模式
    Redis 字符串结构和常用命令
    Redis 链表结构 和 常用命令
    Redis hash结构 和常用命令
    Spring + Redis ( 简单使用)
    使用idea 搭建一个 SpringBoot + Mybatis + logback 的maven 项
    Java 208道面试题及部分答案
    面试相关知识点
    使用IDEA 搭建一个SpringBoot + Hibernate + Gradle
    Java相关知识点
  • 原文地址:https://www.cnblogs.com/forward/p/1391978.html
Copyright © 2011-2022 走看看