Css – How to style a pure text with no element?
I would like to style the 'TextWithNoStyle', but as it has no element, how can this be possible? <div class=“MyClass”> <a href=“#Something”>Some Text</a> TextWithNoStyle </div> The style needs to affect only the 'TextWithNoStyle' text.