Blogger Information
Blog 19
fans 0
comment 6
visits 19184
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
HTML基本元素(学习总结)
葵花宝典
Original
733 people have browsed it

1.html元素,标签和属性之间的关联与区别?

  • html元素是由标签组成,标签有一定有语意,用来描述元素内容
  • 属性是用来描述标签的某一特征,
  • 元素,标签,属性三者在页面中依此包含顺序: 属性在标签下,多个标签构成了html元素

2.为什么说html是结构化的文档?

html文档是由多种标签组成, 标签都是写在一对尖括号中,整体文档有头部,有尾部,有主体,层此非常规律,所以叫结构化文档

3.表单控件中的name属性为什么非常重要?

表单控件中的name属性是表单数据的标题字段,与后台传输数据的键,name值的规律要符合后台变量命名规范

4.为什么现在都不再使用表格进行页面布局了?

  • html是结构化文档, 如果用表格布局,太单一不灵活,不好控制
  • 表格布局发挥不了CSS样式的优势, 不能动态布局
  • 表格布局会产生大量的冗余代码,h5中已有大量语意化标签,比表格方便也易读

5.一个元素,最终呈现的样式,由几方面的因素决定的

  1. 元素自身属性
  2. CSS样式
Correcting teacher:天蓬老师天蓬老师

Correction status:qualified

Teacher's comments:
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
0 comments
Author's latest blog post