Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTML+CSS 知识结构梳理 #29

Open
Qingquan-Li opened this issue Jan 24, 2017 · 0 comments
Open

HTML+CSS 知识结构梳理 #29

Qingquan-Li opened this issue Jan 24, 2017 · 0 comments

Comments

@Qingquan-Li
Copy link
Owner

HTML+CSS

  • HTML
    • HTML 文件结构与标签
    • 网页布局
    • 表单
  • CSS
    • CSS 基础语法
    • 文本和图像
    • 背景样式&列表样式
    • 盒子模型
    • 浮动与定位

HTML 文件结构与标签

  • 标题标签 <h1>~<h6>
  • 段落 <p> 和换行
  • 水平线标签 <hr />
  • <em> 标签和 <strong> 标签
  • 注释和特殊符号
  • 超链接标签 <a>
    • 基本属性
      • href
      • target
    • 链接路径
    • 锚链接
    • 电子邮件链接
  • 图像标签 <img />
    • 常见的图像格式
    • 基本语法

网页布局

  • 列表
    • 无序列表
    • 有序列表
    • 定义列表
  • 表格
    • 表格的基本结构
      • 基本语法
      • 表格标题
      • 表格表头
      • 表格数据分组
    • 表格的跨行跨列
      • 跨行
      • 跨列
  • 框架(HTML5不再支持)
    • 框架的应用场合
    • 框架的基本结构
    • 窗口的常用属性
      • frameborder、scrolling、noresize、name、src
  • 内联框架
    • iframe 的应用场合
    • 基本语法
    • 常用属性
      • width、height、name

表单

  • 表单页面的基本结构
    • 定义域 fieldset
    • 定义域标题 legend
    • 基本语法和执行原理
      • action 的含义
      • method 的含义
  • 表单元素
    • 文本框
    • 密码框
    • 按钮
    • 复选框
    • 单选按钮
    • 列表框
    • 多行文本框
    • 文件域
    • 标记 <lable>
  • 表单元素的高级应用
    • 隐藏域
    • 只读和禁用属性
      • disabled
      • readonly
  • 语义化的表单
    • 什么是语义化的表单
    • 语义化的表单结构
    • 使用表单进行布局

CSS 基础语法

文本和图像

背景样式&列表样式

盒子模型

浮动与定位

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant