+ 3
Use <hr> in your html document then add the following style (change margin, width, color etc..): hr { display: block; width: 400px; height: 1px; border : 0; border-top: 1px dotted #ccc; margin: 1em 0; padding: 0; }
21st Jun 2016, 9:54 AM
ZinC
ZinC - avatar