How can I customize the first and second word of a specific class in my code?
This is an example of my current code:
<h2 class="content-heading">Latest News</h2>
I would like to achieve something similar to this:
<h2 class="content-heading"><span class="1">Latest</span> <span class="2">News</span></h2>