题目如图所示,Web前端设计的作业,求助
发布网友
发布时间:2022-04-24 07:34
我来回答
共5个回答
热心网友
时间:2022-04-26 05:56
这个用HTML语言就好。设计一个表单,内容按照题目里面的来。最简单不过了。HTML是一门简单的语言,学好它不能光看需要动手才行。
就上面的主要是input type=text 和type=checked 下面的下拉框用的是select元素,option一项项添加。自我评价用textarea元素。 按钮也type=button,只能告诉你这么多了。
热心网友
时间:2022-04-26 07:14
方法很多,用表格做个简单的,你粘贴到页面里就能用
<div style="width: 500px;margin:50px auto">
<h3>学生注册信息</h3>
<table border="0" cellspacing="10" width="100%">
<col align="left"/>
<col />
<tr>
<th>姓名:</th>
<td align="left"><input type="" name="" placeholder="请输入"></td>
</tr>
<tr>
<th>性别:</th>
<td align="left">
<label><input type="radio">男</label>
<label><input type="radio">女</label>
<label><input type="radio">保密</label>
</td>
</tr>
<tr>
<th>学历:</th>
<td align="left">
<select name="" id="">
<option>--请选择--</option>
</select>
</td>
</tr>
<tr>
<th>选修课程:</th>
<td align="left">
<label><input type="checkbox">Linux</label>
<label><input type="checkbox">Apache</label>
<label><input type="checkbox">Mysql</label>
<label><input type="checkbox">PHP</label>
</td>
</tr>
<tr>
<th>自我评价:</th>
<td align="left"><textarea name="" id="" cols="30" rows="10" style="width: 100%"></textarea></td>
</tr>
<tr>
<th></th>
<td>
<button type="submit">提交</button>
<button type="reset">重置</button>
</td>
</tr>
</table>
</div>
热心网友
时间:2022-04-26 08:49
ul li{list-style-type: none;} ul{width: 500px;float: left;} li{width: 20%;height: 30px;border: 1px solid #f3f3f3;float: left;box-sizing: border-box;} li:nth-child(2n-1):hover{background: orange;} li:nth-child(2n):hover{backgro...
热心网友
时间:2022-04-26 10:40
苏轼曾经说过,古之立大事者,不惟有超世之才,亦必有坚忍不拔之志。这句话把我们带到了一个新的维度去思考这个问题。
热心网友
时间:2022-04-26 12:48
过去的就放下不去想在感情里错过的从来都不属于自己努力向前看。