zoukankan      html  css  js  c++  java
  • 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,设为默认。

  • 相关阅读:
    会跳舞的树(只用HTML+CSS)(转)
    国内UED收录
    HDU 1078 dfs+dp
    HDU 1278
    HDU 4499
    HDU 4597
    POJ2777
    POJ1780 Code
    简单的Fleury算法模板
    POJ 2513 无向欧拉通路+字典树+并查集
  • 原文地址:https://www.cnblogs.com/liyh123/p/6077892.html
Copyright © 2011-2022 走看看