码迷,mamicode.com
首页 > Web开发 > 详细

HTML 标签(部分)

时间:2016-12-20 00:17:24      阅读:192      评论:0      收藏:0      [点我收藏+]

标签:start   类型   bsp   标题   百分比   sha   水平线   --   序号   

排版标签

  <!-- -->注释

  <br/>换行

  <p></p>段落

  <hr/>水平线

    width 宽度  百分比;像素

    size 粗细

    noshade 阴影

    align 对齐方式 center ;left;right

  <div></div>层(块标签) 换行

  <span></span> 不会换行

  <pre></pre>预格式化(了解)

  <center></center>居中(了解)

字体标签

  <h6>---<h1>标题标签 从小到大

  <font></font>字体标签

    size 大小

    color 颜色  red;#FF0000;rgb(255,0,0)

    face 字体类型

  <sub></sub>上标记

  <sup></sup>下标记

  &lt;小于  &gt;大于  &yen;元 &trade;商标  &copy;版权

图像标签

  <img></img>

    scr 路径(绝对路径或者相对路径)

    width 宽度

    height 高度

    alt 标记

    align 图片附近文字相对图片位置  center;top;

表单标签

  有序列表

  <ol>

    <li></li>

    ```````

  </ol> 

    type 序号类型(a,A,i,I)

    start=“数字” 序号开始位置

  无序列表

  <ul>

    <li></li>

    ```````

  </ul>

    type 序号类型  disc;circle;square

  自定义列表

  <dl>

    <dt>可以嵌套<img></dt>  标题

    <dd></dd> 数据

  </dl>  

 

HTML 标签(部分)

标签:start   类型   bsp   标题   百分比   sha   水平线   --   序号   

原文地址:http://www.cnblogs.com/reaptomorrow-flydream/p/6200809.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!