网页基本标记
      <!DOCTYPE html>
      注释标记
      <html></html>    头标记
      <title></title>    标题
      <meta></meta>    元标记
            <meta charset = “utf-8” > utf-8 /GBK/gb2312 编码
        属性:
            author
            keywords
            description
            other
      <body></body>    内容
        属性:
            bgcolor                背景颜
            text                  文本颜
            link                  链接颜
            vlink                  已经访问了的链接颜
            alink                  正在被点击的链接颜
            可包含标记(部分)
              <h1></h1>  标题
              <hn></hn>  1<=n<=6
              <br>      换行
              <hr>      横线
     
             空格
      <  <    <
      >  >    >
      &  &    & 和号
      "  "    引号
      '  '    ‘ 撇号
网页colspan
      ¢  ¢    分
      £ £    磅
      ¥  ¥    元
      €  €    欧元
      §  §    小节
      ©  ©    版权
      ®    ®    注册商标
      ™  ™    商标
      ×  ×    乘号
      ÷  ÷    除号
      文档格式标记
      1.    格式标记
      <br>    强制换行(打几个br就是空几行)
      <p></p>    段落
      <center></center>    居中
      <pre></pre>    预格式(不改变原来样子)
      <ul></ul> 无序列表标记(小点)
      <ol></ol> 有序列表标记(数字)
      <li></li>    列表项目
            <li value =”X” ></li>(定初始值)
      <dl><dt><dd>    定义型列表
      <hr>    水平分割线
      <div>    分区显示标记
      2.    文本标记
      <hn></hn>    标题标记
      <font></font>    字体标记
          size
          color
          face(#ff0000)
      <b></b>    加粗
      <i></i>    斜体
      <u></u> 下划线字体
      <sub></sub>    下标
      <sup></sup>    上标
      <tt></tt>    打印机字体标记
      <cite></cite>    引用方式的字体
      <em></em>    强调,斜字体
      <strong></strong>    强调,粗字体
      <small></small>    小型字体
      <big></big>    大型字体
     
      3.    图像标记
      <img>
          src    路径(相对,绝对)D:\
          width    宽度
          height    高度
          border    边框
          alt   
      4.    超链接
      <a href= “” target=”打开方式”  name=”页面锚点名称”></a>
      Target属性:
            _blank    新窗口(前一个窗口不关)
                当前窗口
      _parent    父窗口
      _top    顶层窗口
      5.    表格标记
      <table></table>       
      属性:
          width
          height
          border
          align    表格显示方式
                  left
                  center
                  right
          cellspacing    单元格之间距离
          cellpadding    单元格内容与单元格之间距离
          frame
                  void    无边框
                  above    仅有顶部
                  below    仅有底部
                  hsides    有顶部与底部
                  lhs    仅有左侧
                  rhs    仅有右侧
                  vsides    仅有左右侧
                  box    全部4边
          rules
                  none    无分割线
                  all    所有分割线
                  rows    行分割线
                  clos    列分割线
                  groups   
      <caption></caption>
      <tr></tr>    行标记
                  bgcolor
                  align
      <td></td>    单元格标记
                  bgcolor
                  align
                  valign
                  width
                  height
                  rowspan
                  colspan
      框架      不在body里面
      <frameset></frameset>
      cols    “*,*”    “%,%,%”
      rows    “*,*”    “%,%,%”
      frameborder    边框
                  border    边框大小
      <frame></frame>
                  src    引用文件
                  name    框架名称
                  noresize    不能调整框架
                  scrolling    滚动条
                            auto
                            yes
                            no
                  frameborder
                            1
                            0

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。