<span> tag keeps being removed

Hi, I am writing a Q & A page and I would like to have the ‘Q’ at the beginning of the sentence in a different font so I am writing the piece in HTML so that I can use ‘span’ tag for styling. However, the ‘span’ tag is being removed when I save the module. Can we not use ‘span’ tags in the html?

Where are you adding the span?

I’m using the standard HTML module and adding it :

<h3><span>Q:</span> Here is a question </h3>

however, since my query I have sorted a workaround using a list and styling the “li::before” and ditching the ‘A’ and I think it looks ok :slightly_smiling_face:

HTML module does not strip any HTML, it allows anything.
Screenshot 2024-06-03 at 12.47.19
Do you have an example page where this is not working?