• 7.26学习内容


    表格

      表格标签<table><tr><td></td> </tr></table>

      <tr>标签标示行

      <td>标示单元格

      table属性border表示边框

      table属性width 表示表格宽度

      table属性height表示表格高度

      table属性cellpadding表示表格边与内容的距离

      table属性cellspacing表示表格边与边的距离

      td属性colspan表示单元格跨列

      td属性rowspan表示单元格跨行

    form表单

       <input type=“text”/> <!– 可编辑文本域 -->

      <input type=“password”/> <!– 密码框 -->

      <input type=“checkbox”/> <!– 多选框 -->

      <input type=“radio”/> <!– 单选框 -->

      <input type=“button”/> <!– 按钮 -->

      <input type=“file”/> <!– 文件浏览 -->

    <textarea cols=“50” rows=“4”> </textarea> <!– 文本域-->

    <select> <option></option></select> <!– 下拉控件-->

  • 相关阅读:
    父类与子类之间的调用顺序
    ROW_NUMBER() OVER函数的基本用法用法
    String类
    代码块
    权限修饰符
    内部类
    final&static
    面向对象思想
    oracle存储过程常用技巧
    ORACLE EXECUTE IMMEDIATE 用法
  • 原文地址:https://www.cnblogs.com/ne709/p/9373012.html
Copyright © 2020-2023  润新知