Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

how to change the color of the hr tag in html

<style>       
    hr{
        height: 1px;
        background-color: #ccc;
        border: none;
    }
</style>
 
PREVIOUS NEXT
Tagged: #change #color #hr #tag #html
ADD COMMENT
Topic
Name
2+9 =