-
Styling your HR tag using just HTML
Date: Feb 27, 2009 | Categories: Html | Written By: Mike Ballan
If you just want a 1px grey line as an HR by just using HTML, all you have to do is use this code:
<hr style="color:#919090; background-color:#919090; height:1px; border:none;">
