+ 2
Does <hr> works with width??
8 Respuestas
+ 26
yes
+ 3
Yes, it does.
Syntax if using PIXELS to define the width:
<hr width="##px" />
Syntax if using PERCENTAGE to define the width:
<hr width="##%" />
(Replace the ## with your desired values)
+ 1
yes
+ 1
Definitely, it works.