How can i make a dotted horizontal line on html | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How can i make a dotted horizontal line on html

5th Aug 2017, 8:11 PM
Ayush gupta
Ayush gupta - avatar
2 Answers
+ 2
<hr style="border-style: dotted" />
6th Aug 2017, 4:59 AM
Calviղ
Calviղ - avatar
+ 1
Try to format the hr element with CSS. hr { border-bottom: 1px dotted #000; }
5th Aug 2017, 8:14 PM
voidneo