html5-img
1 / 9

第五讲 表格的应用

第五讲 表格的应用. 教学重、难点. 表格的插入及属性设置 表格在网页排版中的应用. 重点. 重点. 表格在网页排版中的应用. 难点. ?. 表格作用 表格特性. 一、什么是表格. 二、网页中的表格. ?. 表格作用 表格特性. 演示讲解 网页示例. ?. 如何设 计表格. 三、本讲制作演示. 四、表格结构代码分析. <table 属性 1 =值 1 …… 属性 n =值 n> <tr> <td> 内容 </td> …… <td> 内容 </td> </tr> </table>. ?.

viveka
Download Presentation

第五讲 表格的应用

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 第五讲 表格的应用

  2. 教学重、难点 • 表格的插入及属性设置 • 表格在网页排版中的应用 重点 重点 • 表格在网页排版中的应用 难点

  3. 表格作用 表格特性 一、什么是表格

  4. 二、网页中的表格 ? 表格作用 表格特性 演示讲解 网页示例

  5. 如何设 计表格 三、本讲制作演示

  6. 四、表格结构代码分析 <table 属性1=值1…… 属性n=值n> <tr> <td>内容</td> …… <td>内容</td> </tr> </table> ? 行、列同样有属性设置

  7. 五、表格及单元格常用属性 • Border 、Bordercolor 边框 • Bgcolor、Background 背景 • cellSpacing、cellPadding 间距填充 • Align、Valign 对齐方式 • Width、Height 大小 • rowSpan、colSpan 跨距

  8. 用法 概念 属性 课后小结 • 本节课通过实例分析了表格: • 要求学生掌握: • 网页中表格排版的基本方法 • 表格标记的应用

  9. 模仿练习题 模仿课堂中讲解的示例在Dreamweaver中制作个人简历,切换到代码视图,观察各标记所标识的意义。 本讲结束 谢谢大家

More Related