asd

HFR的博客
HFR的博客原创
2017年09月20日 11:22:24681浏览

<!DOCTYPE html>

<html>

<head>

  <meta charset="UTF-8">

  <meta name="viewport" content="width=device-width, initial-scale=1.0">

  <meta http-equiv="X-UA-Compatible" content="ie=edge">

  <title>Document</title>

</head>

<body>

  <form action="" method="post" name="form1" enctype="multipart/form-data">

    姓名:<input type="text" name = "text" id = "text" value = "请输入姓名">

    密码:<input type="password" name="pwd" id="pwd">

    性别:<input type="radio" name="sex" id="nan" >男

          <input type="radio" name="sex" value="lv" checked = "">女

    爱好:<input type="checkbox" name="ah">唱歌

          <input type="checkbox" name="ah" checked>写作

          <input type="checkbox" name="ah">健身

          <input type="button"  value="点击查看">

    <input type="submit" value="提交">

    <input type="reset" value="重置">

    <input type="file" name="文件上传" multiple>

    <input type="image" src="C:\Users\Administrator\Desktop\QQ图片20170920095015.jpg" alt="提交" width="50">

    <input type="hidden" name="country" value="china">

  </form>

</body>

</html>


上一条:随便写写下一条:123
声明:本文内容转载自脚本之家,由网友自发贡献,版权归原作者所有,如您发现涉嫌抄袭侵权,请联系admin@php.cn 核实处理。
全部评论
文明上网理性发言,请遵守新闻评论服务协议