本文主要是介绍网页设计与网站规划 作业12 在线报名表单,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
<!DOCTYPE html>
<html>
<head><title>在线报名</title>
</head>
<body><form><br><label for="xingming">姓名 <!-- 标注 for=id --><span style="color:red">*</span> <!-- 小红星 --></label>           <img src="src=http___hbimg.b0.upaiyun.com_619e21d9c9040d5da99306ed9b7fa78a41682bf410c3-8yJDzw_fw658&refer=http___hbimg.b0.upaiyun.jpg" height="15" width="15"><input type="text" size="30%" id="xingming" name="xingming" placeholder="报名的重要依据,请认真填写" required="required"><br><br><label for="shouji">手机 <!-- 标注 for=id --><span style="color:red">*</span> <!-- 小红星 --></label>           <img src="4c2233831d5908daa80e9f5fd255cbbf.jpeg" height="15" width="15"><input type="text" size="30%" id="shouji" name="shouji" placeholder="报名的重要依据,请认真填写" required="required"><br><br><label for="xingbie">性别</label><span style="color:red">*</span> <!-- 小红星 -->               <input type="radio" name="xingbie" id="man" value="1" required="required">男<input type="radio" name="xingbie" id="women" value="2" required="required">女<br> <br><label for="email">邮箱</label><span style="color:red">*</span> <!-- 小红星 -->           <img src="src=http___pic.51yuansu.com_pic3_cover_03_88_97_5c1a08093d7aa_610.jpg&refer=http___pic.51yuansu.jpg" height="15" width="15"><input type="email" name="email" id="email" size="30%" required="required"><br><br><label for="yixiang">意向课程</label><span style="color:red">*</span> <!-- 小红星 -->    <select id="yixiang" required="required"><option>网页平面UI设计就业班</option><option></option><option></option><option></option></select><br><br><label for="liaojietujing">了解途径</label>      <input type="checkbox" name="liaojietujing" id="1">baidu<input type="checkbox" name="liaojietujing" id="2">老学员<input type="checkbox" name="liaojietujing" id="3">朋友推荐 <input type="checkbox" name="liaojietujing" id="4">CSDN网站<input type="checkbox" name="liaojietujing" id="5">视频教程<input type="checkbox" name="liaojietujing" id="6">其他<br><br><label for="liuyan">留言</label>            <textarea cols="100" rows="10" name="liuyan" id="liuyan" placeholder="请简述您有没有设计基础,以及为什么选择平米面UI设计?"></textarea><br><br>                    <input type="submit" name="提交"></form></body>
</html>
这篇关于网页设计与网站规划 作业12 在线报名表单的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!