<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>表单_表单提交相关的演练</title>
<style>
/* css reset: 了解 */
/* body, ul {
margin: 0;
padding: 0;
} */
ul {
list-style: none;
}
input, textarea {
outline: none;
}
textarea {
resize: none;
}
/* 真正样式的css */
fieldset {
width: 400px;
}
input, textarea {
outline: none;
}
input:focus, textarea:focus {
border-color: #4791ff;
border-style: solid;
}
</style>
</head>
<body>
<form action="http://www.baidu.com"
method="POST"
enctype="multipart/form-data">
<fieldset>
<legend>必填信息</legend>
<!-- 1.手机输入框 -->
<div>
<label for="phone">手机:</label>
<input type="text"
maxlength="11"
placeholder="请输入您的手机号"
autofocus
name="phone"
tabindex="-1">
</div>
<!-- 2.密码输入框 -->
<div>
<label for="password">密码:</label>
<input type="password" id="password" name="password">
</div>
<!-- 3.验证码输入框 -->
<div>
<label for="validate">验证码:</label>
<input type="text" id="validate" name="code">
<!-- 3.1.button实现方式一: button -->
<!-- <button>获取验证码</button> -->
<!-- 3.2.button实现方式二: input-->
<input type="button" value="获取验证码" disabled>
</div>
</fieldset>
<fieldset>
<legend>选填信息</legend>
<!-- 4.照片选择(文件上传) -->
<div>
<label for="photo">照片:</label>
<input type="file" id="photo" name="photo">
</div>
<!-- 5.性别选择 -->
<div>
<span>性别:</span>
<label for="male">男</label>
<input type="radio" name="sex" id="male" value="male" checked>
<label for="female">女</label>
<input type="radio" name="sex" id="female" value="female">
</div>
<!-- 6.爱好选择 -->
<div>
<span>爱好:</span>
<label for="sing">唱歌</label>
<input type="checkbox" name="hobbies" id="sing" value="sing" checked>
<label for="dance">跳舞</label>
<input type="checkbox" name="hobbies" id="dance" value="dance">
<label for="rap">rap</label>
<input type="checkbox" name="hobbies" checked id="rap" value="rap">
<label for="basketball">篮球</label>
<input type="checkbox" name="hobbies" id="basketball" value="basketball">
</div>
<!-- 7.学历 -->
<div>
<span>学历:</span>
<select name="education" id="" multiple>
<option value="0">小学</option>
<option value="1">初中</option>
<option value="2" selected>高中</option>
<option value="3">大专</option>
</select>
</div>
<!-- 8.简介 -->
<div>
<label for="introduce">简介:</label>
<textarea name="intro" cols="20" rows="5" id="introduce"></textarea>
</div>
</fieldset>
<!-- 9.重置按钮 -->
<!--
前提:
1.前提一:type必须是reset类型(value值可以不写)
2.前提二: 所有的内容都必须在同一个表单中(form)
-->
<input type="reset">
<!-- 10.进行表单提交 -->
<input type="submit">
</form>
</body>
</html>
html_css学习经验笔记.zip
需积分: 0 47 浏览量
更新于2023-12-30
1
收藏 4.72MB ZIP 举报
html css js 知识学习代码 源码 提供+源码 供学习参考
html css js 知识学习代码 源码 提供+源码 供学习参考
html css js 知识学习代码 源码 提供+源码 供学习参考
html css js 知识学习代码 源码 提供+源码 供学习参考
html css js 知识学习代码 源码 提供+源码 供学习参考
html css js 知识学习代码 源码 提供+源码 供学习参考
html css js 知识学习代码 源码 提供+源码 供学习参考
html css js 知识学习代码 源码 提供+源码 供学习参考
html css js 知识学习代码 源码 提供+源码 供学习参考
html css js 知识学习代码 源码 提供+源码 供学习参考
html css js 知识学习代码 源码 提供+源码 供学习参考
html css js 知识学习代码 源码 提供+源码 供学习参考
html css js 知识学习代码 源码 提供+源码 供学习参考
html css js 知识学习代码 源码 提供+源码 供学习参考
html css js 知识学习代码 源码 提供+源码 供学习参考
html css js 知识学习代码 源码 提供+源码 供学习参考
html css js 知识学习代码 源码 提供+源码 供学习参考
html css js 知识学习代码 源码 提供+源码 供学习参考
html css js 知识学习代码 源码 提供+源码 供学习参考
html css js 知识学习代码 源码 提供+源码 供学习参考
html css js 知识学习代码 源码 提供+源码 供学习参考
html css js 知识学习代码 源码 提供+源码 供学习参考
html css js 知识学习代码 源码 提供+源码 供学习参考
html css js 知识学习代码 源码 提供+源码 供学习参考
html css js 知识学习代码 源码 提供+源码 供学习参考
html css js 知识学习代码 源码 提供+源码 供学习参考
html css js 知识学习代码 源码 提供+源码 供学习参考
html css js 知识学习代码 源码 提供+源码 供学习参考
html css js 知识学习代码 源码 提供+源码 供学习参考
html css js 知识学习代码 源码 提供+源码 供学习参考
辣椒种子
- 粉丝: 4303
- 资源: 5837
最新资源
- 055基于MATLABCPLEX 的机组最优组合,成功求解表格化,图示化的机组组合结果.rar
- 060TimeSeries时间序列函数 matlab代码.rar
- 059RegressionAnalysis回归分析 matlab代码.rar
- 058利用智能算法对微网中的分布式电源进行最优调度实现配电网稳定运行 matlab代码.rar
- 061MultivariateAnalysis(目标规划、多元分析与插值的相关例子)matlab代码.rar
- 063基于Matlab和CPLEX的2变量机组组合调度程序.rar
- 062这是一个matlab神经网络的简单应用,主要用于预测光伏出力,输入为温度湿度等因素,输出为光伏出力。matlab代码.rar
- 064三目标微网调度,含经济调度,环境友好调度,优化调度 matlab代码.rar
- 063-基于MATLAB和Yalmip的2变量机组组合调度算法.rar
- 068Cholesky matlab代码.rar
- 066可以参考粒子群综合能源系统优化的matlab实现 matlab代码.rar
- 067基于多目标粒子群算法冷热电联供综合能源系统运行优化 matlab代码.rar
- 069用matlab编写的经典电力系统经济调度程序 matlab代码.rar
- 071AHP层次分析法 matlab代码.rar
- 070综合能源优化含储能 matlab代码.rar
- 074WT_PV_Load_Scenario matlab代码.rar