zoukankan      html  css  js  c++  java
  • html分割线

    分割线效果图

    分割线效果图

    完整html代码如下

    <!DOCTYPE html>
    <html>
         <head>
               <meta charset= "utf-8" >
               <title >html分割线</title >
         </head >
         <body >
               <h3>1、两头渐变透明:</h3 >
               <HR style= " FILTER: alpha (opacity = 100, finishopacity =0 , style= 3 )" width ="80%" color =#987 cb 9 SIZE = 3>
               <h3>2、纺锤形:</h3>
               <HR style= " FILTER: alpha (opacity = 100, finishopacity =0 , style= 2 )" width ="80%" color =#987 cb 9 SIZE = 10>
               <h3>3、右边渐变透明:</h3 >
               <HR style= " FILTER: alpha (opacity = 100, finishopacity =0 , style= 1 )" width ="80%" color =#987 cb 9 SIZE = 3>
               <h3>4、左边渐变透明:</h3 >
               <HR style= " FILTER: alpha (opacity = 0, finishopacity =100 , style= 1 )" width ="80%" color =#987 cb 9 SIZE = 3>
               <h3>5、虚线:</h3>
               <HR style= " border: 1 dashed #987cb9" width ="80%" color =#987 cb 9 SIZE = 1>
               <h3>6、双线:</h3>
               <HR style= " border: 3 double #987cb9" width ="80%" color =#987 cb 9 SIZE = 3>
               <h3>7、立体效果:</h3>
               <HR style= " FILTER: progid:DXImageTransform.Microsoft.Shadow ( color: #987cb9 ,direction : 145, strength :15 ) " width = "80%" color = #987cb 9 SIZE= 1>
               <h3>8、钢针效果:</h3>
               <HR style= " FILTER: progid:DXImageTransform.Microsoft.Glow ( color= #987cb9 ,strength = 10) " width= "80%" color= #987 cb9 SIZE =1>
               <h3>9.垂直分割线</h3>
               <table border= "1px" cellpadding= "0" cellspacing= "0" style =" margin-left :200 px ;height : 265px ; border-left-style: solid ; border-bottom-style : none; border-right-style :none ; border-top-style: none ">
         </body >
    </html>
  • 相关阅读:
    客户端发现响应内容类型为“text/html”,但应该是“text/xml”
    [转]AJAX Control Toolkit 介绍及构建开发环境
    kafka删除topic详解
    influxdb问题解决
    logback配置
    kafka环境搭建测试
    Hdu 1753 大明A+B <高精度小数相加>
    POJ 1966 <点连通度>
    POJ 2446 Chessboard 二分图的最大匹配 <建图>
    Hlg 1522 子序列的和 <单调队列>
  • 原文地址:https://www.cnblogs.com/apolloren/p/9172651.html
Copyright © 2011-2022 走看看