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">&#10004;</span>

thanks in advance..

no. html entities represent characters. characters not have inherent colour.


Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - Bypass Geo Redirect for specific directories -

php - .htaccess mod_rewrite for dynamic url which has domain names -