I am looking for a way to add an HTML tag for a CSS content property inside :after and :before .
In contrast to this question , which discusses only adding characters such as < . I am trying to add something like:
.breadcrumbs li a:before { content: '<i class="icon"></i>'; }
Is there any way to do this?
css css3 css-content
Muhammad reda
source share