css - Is there any way to get colored html entities...? -
here want html entities in colors. default color black, want them in specific color without css styling. possible....
.error_number { color: #f00; }
<span class="error_number">✔</span>
thanks in advance..
no. html entities represent characters. characters not have inherent colour.
Comments
Post a Comment