Blogger Information
Blog 28
fans 0
comment 1
visits 13310
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
html练习之表单标签使用
centos
Original
678 people have browsed it

html练习之表单标签使用


表单标签 form

实现简单的注册页面仿写:

  1. 文本输入框,type属性为text 用户提交时name属性
  2. 单击文字实现绑定焦点 用lable
  3. 表单提交方式用form属性method,action属性用来指定提交位置或文件地址 get为明文发送 post为隐藏发送-
  4. input非空验证属性为 required 默认焦点属性为autofocus 默认值属性value;
  5. 密码属性为type=passwd ;显示密码的原理是把passwd值变为text;
  6. 表单分组fieldset,分组标签legend;
  7. 单选按钮type=”radio”;复选框type=”checkbox”;

css 权重

id>class>tag

Correcting teacher:天蓬老师天蓬老师

Correction status:qualified

Teacher's comments:你的css权重作业,太敷衍了, 估计你自己都看不下去了吧, 下次不要这样了
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
1 comments
centos 2021-09-23 19:31:47
这个博客写的是form,css这块单独写了一篇,忘了提交了,一会儿就提交。
1 floor
Author's latest blog post
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!