• 2016.11.18随笔


    <form id="" name="" method="post/get" action="负责处理的服务端"></form>

    <input type="text" name="" id="" value="">文本框  <input type="password">密码框  <textarea name="">文本域 <input type="hidden">隐藏域

    <input type="submit" >提交按钮,点击转到form内提交服务器的网址   <input type="reset">重置按钮 <input type=button">普通按钮 <input type=image>图片地址

    <input type="radio">单选按钮组 checked="checked"设置默认选项 <input type="checkbox">复选框组  

    <sleect name="" id="" size="" multiple="multiple">  下拉列表框  size=1时,为菜单;>1时,为列表 multiple为多选

    <option value="值" selected="selected">内容</option>   selected,设为默认。

  • 相关阅读:
    sql STUFF用法
    关于原型链
    原生js事件绑定
    http常见7种请求
    关于linux的一些常用的指令
    flex布局详解
    html5 新增元素以及css3新特性
    css浮动以及清除
    css 浮动
    计算机网络
  • 原文地址:https://www.cnblogs.com/liyh123/p/6077892.html
Copyright © 2020-2023  润新知