0
What if we need a horizontal line aligned to left or right with width 50%
2 Respuestas
+ 1
Do you mean in HTML?
<hr style="width:50%" align="left" />
+ 1
You can use a class or id inside hr tag and according to class you can decorate your horizontal lines with CSS!!
https://code.sololearn.com/WKH5sdE75Hs3/?ref=app