Answers for "how to add red asterisk in html using css"

0

how to make red asterisk in html

.label:before{
     content:"*" ;
     color:red   
     }

.label:after{
     content:"*" ;
     color:red   
     }
Posted by: Guest on October-05-2021

Code answers related to "how to add red asterisk in html using css"

Browse Popular Code Answers by Language