如何运用HTML里的水平分隔线
1、打开编辑器,我们输入<hr> 就可以看到水平分割线。

3、<hr color="blue"><hr color="red">要定义分割线的颜色,可以直接在后面加上color=,颜色要加上引号。

5、<hr color="blue" size=1px><hr color=&鳎溻趄酃quot;blue" size=1px width=10%><hr color="red" size=2px><hr color="red" size=2px width=80%>如果要修改水平的长度,那么需要用到width,但是要设置百分比。

7、<hr color="blue" size=10px noshade="noshade"><hr color="blue" size=10px noshade="noshade"><hr color="blue" size=10px>noshade就是表示没有阴影,但是比较少使用。
