<!DOCTYPE html>
<html lang="en"> <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>
<style>
.box {
width: 300px;
height: 300px;
border: 1px solid red; text-align: center;
font-size: 20px;
text-indent: 4em;
font-style: italic;
font-weight: bold;
/* font: 20px/50px 30px 'Microsoft Yahei'; */
font: italic bold 20px/50px "Microsoft Yahei";
overflow: hidden;
font-weight: normal;
font-style: normal;
line-height: 60px; }
</style>
</head> <body>
<div class="box">
搜狐娱乐讯 7年后,搜狐娱乐讯 7年后,老友大银幕上再合作,他们之间的角色关系是?杨幂和霍建华,对《逆时营救》里两人的关系给出了对立又逗趣的答案霍建华:相爱相杀。杨幂:没有相爱,只有相杀。
</div>
<form action="">
<!-- 用户名 -->
<p>
<label for="name">用户名:</label>
<input type="text" name="name" id="name" />
</p>
<!-- 密码 -->
<p>
<label for="pwd">密码:</label>
<input type="password" name="pwd" id="pwd">
</p>
<!-- 性别 -->
<p>
性别:
<label for="man">
<input type="radio" name="sex" id="man" value="0">男
</label>
<label for="woman">
<input type="radio" name="sex" id="woman" value="1">女
</label>
</p>
<!-- 爱好 -->
<p>
爱好:
<label for="sleep">
<input type="checkbox" name="like" id="sleep" value="0" />睡觉
</label>
<label for="learn">
<input type="checkbox" name="like" id="learn" value="1">学习
</label>
<label for="watchTV">
<input type="checkbox" name="like" id="watchTV" value="2">看电视
</label>
<label for="practice">
<input type="checkbox" name="like" id="practice" value="3">健身
</label>
</p>
<!-- 艳照 -->
<p>
艳照:
<input type="file" name="file" id="file">
</p>
<!-- 下来列表 -->
<p>
籍贯:
<select name="addr" id="addr">
<option value="0">北京</option>
<option value="1">上海</option>
<option value="2">广州</option>
<option value="3" selected="selected">深圳</option>
</select>
</p>
<!-- 个人描述 -->
<p>
<label for="info">个人描述:</label>
<textarea name="info" id="info" cols="30" rows="10"></textarea>
</p>
<!-- 隐藏域 -->
<input type="hidden" name="isVip" value="YES">
<!-- 普通按钮 -->
<input type="button" name="button" value="普通按钮">
<!-- 注册按钮 -->
<input type="submit" name="submit" value="注册">
<!-- 重置按钮 -->
<input type="reset"> </form>
</body> </html>

  

最新文章

  1. 2DToolkit官方文档中文版打地鼠教程(二):设置摄像机
  2. Bootstrap学习之起步
  3. POJ 2985 The k-th Largest Group(树状数组 并查集/查找第k大的数)
  4. [Tool] 使用StyleCop验证命名规则
  5. 【故障处理】CRS-1153错误处理
  6. libusb(.NET)开源项目使用小结
  7. KindEditor提交用jquery获取不到数据的解决方法
  8. --tags --follow-tags 的区别
  9. Android Monkey测试
  10. 第一个MVC模式的程序
  11. 【HDOJ】1068 Girls and Boys
  12. HDU 2122
  13. dubbo 运行过程
  14. nginx往后端转发时需要注意的两个问题
  15. Python中列表的常用操作
  16. 【WebService】WebService学习笔记
  17. Windows Server 2016-查询FSMO角色信息的三种方法
  18. Python科学计算基础包-Numpy
  19. HashTable源码简单介绍
  20. HTML &lt;frameset&gt;

热门文章

  1. jQuery——实现弹窗
  2. 三种CSS方法实现loadingh点点点的效果
  3. tf.nn.conv2d实现卷积的过程
  4. 十步理解Sql
  5. android sdk屏幕截图工具
  6. jquery后加Dom绑定事件
  7. 剑指 offer set 16 数字在排序数组中出现的次数
  8. php文件
  9. quartz 调度启动失败,with (updlock,rowlock)
  10. 170426、centos6.5安装 Zookeeper注册中心