Answers for "hr element bootstrap"

5

how to change the color of the hr tag in html

<style>       
    hr{
        height: 1px;
        background-color: #ccc;
        border: none;
    }
</style>
Posted by: Guest on September-02-2020
0

html snake hr tag

<!--Use a div this job. Hr it's not useful-->
Posted by: Guest on January-22-2021

Browse Popular Code Answers by Language