Remove span HTML tags
<p>Hello <span class="head">World</span>!</p>
<p>Hello World!</p>
Inline text styles are often set by using the span tags. Activating this option will remove all span tags including their styles, classes etc.
<p>Hello <span class="head">World</span>!</p>
<p>Hello World!</p>
Inline text styles are often set by using the span tags. Activating this option will remove all span tags including their styles, classes etc.