TYUT毕设日记01

2021.3.2

假期做了任务书

然后心血来潮写了个表单,只是一个简单的页面

<!DOCTYPE html>
<html>
	<head>
		<meta charset="utf-8" />
		<title>职业技能证书需求情况调查</title>
	</head>
	<body>
		<form action="" method="">
			<table border="" cellspacing="" cellpadding="">
				<tr>
					<td>
						<h1>职业技能证书需求情况调查</h1>
					</td>
				</tr>
				<tr>
					<td>1.您目前需要考取的证书</td>
				</tr>
				<tr>
					<td>
						<input type="checkbox" name="" id="" value="" />教师资格证<br>
						<input type="checkbox" name="" id="" value="" />注册会计师证<br>
						<input type="checkbox" name="" id="" value="" />法律职业资格证<br>
						<input type="checkbox" name="" id="" value="" />企业人类资源管理师<br>
						<input type="checkbox" name="" id="" value="" />执业医师资格证<br>
						<input type="checkbox" name="" id="" value="" />心理咨询师
					</td>
				</tr>
				<tr>
					<td>2.您的当前学历</td>
				</tr>
				<tr>
					<td>
						<input type="radio" name="degree" id="" value="" />小学<br>
						<input type="radio" name="degree" id="" value="" />初中<br>
						<input type="radio" name="degree" id="" value="" />高中<br>
						<input type="radio" name="degree" id="" value="" />大专<br>
						<input type="radio" name="degree" id="" value="" />本科<br>
						<input type="radio" name="degree" id="" value="" />硕士<br>
						<input type="radio" name="degree" id="" value="" />博士						
					</td>
				</tr>
				<tr>
					<td>3.您每天的学习情况</td>
				</tr>
				<tr>
					<td>
						<input type="radio" name="time" id="" value="" /><1小时<br>
						<input type="radio" name="time" id="" value="" />1小时<br>
						<input type="radio" name="time" id="" value="" />2小时<br>
						<input type="radio" name="time" id="" value="" />3小时<br>
						<input type="radio" name="time" id="" value="" />>3小时
					</td>
				</tr>
				<tr>
					<td>4.您是否报班学习</td>
				</tr>
				<tr>
					<td>
						<input type="radio" name="select" id="" value="" /><input type="radio" name="select" id="" value="" /></td>
				</tr>
				<tr>
					<td>5.您对职业证书的预期投资多少</td>
				</tr>
				<tr>
					<td>
						<input type="radio" name="money" id="" value="" />1000元以内<br>
						<input type="radio" name="money" id="" value="" />5000元以内<br>
						<input type="radio" name="money" id="" value="" />10000元以内<br>
						<input type="radio" name="money" id="" value="" />10000元以上				
					</td>
				</tr>
			</table>
		</form>
	</body>
</html>

这是显示代码显示的页面
在这里插入图片描述

也没有写css和做js,主要是不太会

我的毕设课题是

这里是引用

这是官方的一个简单的需求

这里是引用

毕设想着自己弄,但头绪很乱,也做了一点规划
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
以上就是我在3月2日前做的一些东西
今天闲来无事记录一下
好难弄呀
真正自己做一个东西感觉是不同的
一种无能为力感

猜你喜欢

转载自blog.csdn.net/qq_41685741/article/details/114278104