表单控件提交

表单控件提交

{<!DOCTYPE html>

<html lang=”en”>

表单作业

</head>

用户注册

<form action=”” method=”post” enctype=”application/x-www-form-urlencoded”> <fieldset><legend>基本信息</legend><divclass=“username”><labelfor=“uname”>用户名:</label><inputtype=“text”name=“username”id=“uname”placeholder=“不少于6位”required></div><divclass=“pass轻创业网点我wcqh.cnword”><labelfor=“psw”>密码:</label><inputtype=“text”name=“password”id=“psw”placeholder=“不少于6位数字”required></div><divclass=“email”><labelfor=“myemail”>邮箱:</label><inputtype=“email”name=“email”id=“myemail”placeholder=“user@email.com”required></div><divclass=“upload”><labelfor=“upload”>头像:</label><inputty轻创业网点我wcqh.cnpe=“file”name=“user_pic”id=“upload”><buttontype=“button”>上传</button></div><divclass=“hobby”><label>爱好:</label><labelfor=“music”>音乐</label><inputtype=“checkbox”name=“hobby[]”id=“music”value=“music”><labelfor=“basketball”>篮球</label><inputtype=“checkbox”name=“hobby[]”id=“basketball”value=“basketball”><轻创业网点我wcqh.cnlabelfor=“tour”>旅游</label><inputtype=“checkbox”name=“hobby[]”id=“tour”value=“tour”><labelfor=“mv”>电影</label><inputtype=“checkbox”name=“hobby[]”id=“mv”value=“mv”></div></fieldset><button>提交</button></form>

</html>}

批改老师:PHPz 批改状态:合格 老师批语:整体不错, 继续加油
作者最新博文
2022-11-04 17:12:12

© 版权声明
THE END
喜欢就支持一下吧
点赞763 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容