第02章JSP辅助知识资料.pptVIP

  • 1
  • 0
  • 约1.13万字
  • 约 46页
  • 2016-11-30 发布于湖北
  • 举报
第2章 JSP辅助知识 2.1 JSP中的HTML元素 HTML文本结构 HTML 标题(Heading)是通过 h1 - h6 等标签进行定义的。 h1This is a heading/h1 h2This is a heading/h2 h3This is a heading/h3 HTML 段落是通过 p 标签进行定义的。 pThis is a paragraph./p pThis is another paragraph./p table border=1 tr tdrow 1, cell 1/td tdrow 1, cell 2/td /tr tr tdrow 2, cell 1/td tdrow 2, cell 2/td /tr /table 表格的表头 表格的表头使用 th 标签进行定义。 大多数浏览器会把表头显示为粗体居中的文本: table border=1 tr thHeading/th thAnother Heading/th /tr tr tdrow 1, cell 1/td tdrow 1, cell 2/td /tr tr tdrow 2, cell 1/td tdrow 2, cell 2/td /tr /table 表单元素设置 (1) 表单元素设置 (2) 表单元素设置 (3) 表单元素设置 (4) 表单元素设置 (

文档评论(0)

1亿VIP精品文档

相关文档