HTML Several Special Dividing Line Effects

HTML Several Special Dividing Line Effects

1. Basic lines


2. Special effects (the effects are not isolated and can be combined with each other)
1. Gradual transparency at both ends:
<HR style="FILTER: alpha(opacity=100,finishopacity=0,style=3)" width="80%" color=#987cb9 SIZE=3>


2. Spindle shape:
<HR style="FILTER: alpha(opacity=100,finishopacity=0,style=2)" width="80%" color=#987cb9 SIZE=10>


3. Gradual transparency on the right:
<HR style="FILTER: alpha(opacity=100,finishopacity=0,style=1)" width="80%" color=#987cb9 SIZE=3>


4. Gradual transparency on the left:
<HR style="FILTER: alpha(opacity=0,finishopacity=100,style=1)" width="80%" color=#987cb9 SIZE=3>


5. Dashed line:
<HR style="border:1 dashed #987cb9" width="80%" color=#987cb9 SIZE=1>


6. Double line:
<HR style="border:3 double #987cb9" width="80%" color=#987cb9 SIZE=3>


7. Stereoscopic effect:
<HR style="FILTER: progid:DXImageTransform.Microsoft.Shadow(color:#987cb9,direction:145,strength:15)" width="80%" color=#987cb9 SIZE=1>


8. Steel needle effect:
<HR style="FILTER: progid:DXImageTransform.Microsoft.Glow(color=#987cb9,strength=10)" width="80%" color=#987cb9 SIZE=1>


9. Vertical dividing line
<table border="1px" cellpadding="0" cellspacing="0" style="height:265px;border-left-style:solid; border-bottom-style:none;border-right-style:none;border-top-style:none">


<HR align=center width=300 color=#987cb9 SIZE=1>
align line position (optional left, right, center); width line length; color color; size thickness

<<:  JavaScript Regular Expressions Explained

>>:  How to install Oracle_11g using Docker

Recommend

The main idea of ​​​​dynamically setting routing permissions in Vue

I have seen some dynamic routing settings on the ...

How to access the local machine (host machine) in Docker

Question How to access the local database in Dock...

Vue implements interface sliding effect

This article example shares the specific code of ...

Detailed steps to install MySQL on CentOS 7

In CentOS7, when we install MySQL, MariaDB will b...

Detailed tutorial on Tomcat installation and deployment in Windows 10

Table of contents 1 Java environment configuratio...

How to add sudo permissions to a user in Linux environment

sudo configuration file The default configuration...

Example of creating a virtual host based on Apache port

apache: create virtual host based on port Take cr...

9 super practical CSS tips to help designers and developers

A web designer's head must be filled with a lo...

How to modify mysql permissions to allow hosts to access

Enable remote access rights for mysql By default,...

Use of align-content in flex layout line break space

1. The effect diagram implemented in this article...

MySQL cursor principle and usage example analysis

This article uses examples to explain the princip...

MySQL 5.6 installation steps with pictures and text

MySQL is an open source small relational database...