前端-input【复习】

<!DOCTYPE html>
<html>
	<head>
		<meta charset="utf-8" />
		<title></title>
	</head>
	<body>
		<h1>个人简历</h1>
		<table border="1">
			<tr>
				<th>姓名</th>
				<th >_______________</th>
				<th> 性别</th>
				<th >_______________</th>
				<th rowspan="5">照片</th>
			</tr>
			<tr>
				<th>出生年月</th>
				<th >_______________</th>
				<th> 籍贯</th>
				<th >_______________</th>
			</tr>
			<tr>
				<th>政治面貌</th>
				<th >_______________</th>
				<th> 民族</th>
				<th >_______________</th>
			</tr>
			<tr>
				<th>健康状况</th>
				<th >_______________</th>
				<th> 婚姻状况</th>
				<th >_______________</th>
			</tr>
			<tr>
				<th>联系电话</th>
				<th >_______________</th>
				<th>电子邮件</th>
				<th >_______________</th>
			</tr>
			<tr>
				<th rowspan="6">求职意向</th>
				<th colspan="5" rowspan="6">_______________</th>
			</tr>

			<tr>
				<th >工作经历</th>
				<th colspan="5">_______________</th>
			</tr>
			<tr>
				<th >教育经历</th>
				<th colspan="5">_______________</th>
			</tr>
			<tr>
				<th >英语水平</th>
				<th colspan="5">_______________</th>
			</tr>
			<tr>
				<th >计算机水平</th>
				<th colspan="5">_______________</th>
			</tr>
			<tr>
				<th >自我评价</th>
				<th colspan="5">_______________</th>
			</tr>
		</table>
		
	</body>
</html>

图像引用

<!DOCTYPE html>
<html>
	<head>
		<meta charset="utf-8" />
		<title></title>
	</head>
	<body>
		<img/>美女
		<img src="https://gimg2.baidu.com/image_search/src=http%3A%2F%2Fwww.dwanghong.com%2Fuploadfile%2F2020%2F1217%2F20201217102824486.jpg&refer=http%3A%2F%2Fwww.dwanghong.com&app=2002&size=f9999,10000&q=a80&n=0&g=0n&fmt=auto?sec=1670514673&t=6d01e95f1339e53f94949f18e4f7ffbf" alt="大美女">
	</body>
</html>

 按钮形式

<input type="button"/ value="获取验证码">

下拉式选择

<!DOCTYPE html>
<html>
	<head>
		<meta charset="utf-8" />
		<title></title>
	</head>
	<body>
		
	<select>
			<optgroup label="奥特曼">
						<option>迪迦奥特曼</option>
						<option>赛罗奥特曼</option>
			</optgroup>
			<optgroup label="假面骑士">
						 <option>龙骑</option>
						<option>时王</option>
						<option>Amazon</option>
						<option>帝骑</option>
			</optgroup>
	</select>
	</body>
</html>

<body>
	
	<h4>帐号:</h4>
	<input type="text" placeholder="请输入帐号"/>
	<br />
	<h4>密码</h4>
	<input type="password" placeholder="请输入密码" />
	<br />
	</body>

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值